From: jeresig Date: Mon, 30 Nov 2009 20:08:55 +0000 (-0500) Subject: Don't do the update after the pull - forces the submodules up to date. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=918cf68dfdaf057d6aa336be306b73eaede47a44 Don't do the update after the pull - forces the submodules up to date. --- diff --git a/Makefile b/Makefile index 1ebc643..94fa885 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}