diff options
author | jeresig <jeresig@gmail.com> | 2009-11-30 15:08:55 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-11-30 15:08:55 -0500 |
commit | 918cf68dfdaf057d6aa336be306b73eaede47a44 (patch) | |
tree | c2b994698444f6812746f1432a4f11678a3ffd9e /Makefile | |
parent | 1a26e41917300708d817e96ca2141a01c982c096 (diff) | |
download | jquery-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} |