]> source.dussan.org Git - jquery.git/commitdiff
Don't do the update after the pull - forces the submodules up to date.
authorjeresig <jeresig@gmail.com>
Mon, 30 Nov 2009 20:08:55 +0000 (15:08 -0500)
committerjeresig <jeresig@gmail.com>
Mon, 30 Nov 2009 20:08:55 +0000 (15:08 -0500)
Makefile

index 1ebc643d862a53e1959b485dbada6713f04b4cf4..94fa885b2d89fd20181ac42a10925169bb275f65 100644 (file)
--- 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}