Make sure that the submodules are pulling from the right location.
[jquery.git] / Makefile
index 13e5299..1ebc643 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,9 @@ init:
        @@echo "Grabbing external dependencies..."
        @@git submodule init
        @@git submodule update
+       @@cd src/sizzle && git pull origin master
+       @@cd test/qunit && git pull origin master
+       @@git submodule update
 
 jquery: ${DIST_DIR} selector ${JQ}