aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-11-30 15:08:55 -0500
committerjeresig <jeresig@gmail.com>2009-11-30 15:08:55 -0500
commit918cf68dfdaf057d6aa336be306b73eaede47a44 (patch)
treec2b994698444f6812746f1432a4f11678a3ffd9e /Makefile
parent1a26e41917300708d817e96ca2141a01c982c096 (diff)
downloadjquery-918cf68dfdaf057d6aa336be306b73eaede47a44.tar.gz
jquery-918cf68dfdaf057d6aa336be306b73eaede47a44.zip
Don't do the update after the pull - forces the submodules up to date.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ebc643d8..94fa885b2 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,6 @@ 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}