From 918cf68dfdaf057d6aa336be306b73eaede47a44 Mon Sep 17 00:00:00 2001 From: jeresig Date: Mon, 30 Nov 2009 15:08:55 -0500 Subject: [PATCH] Don't do the update after the pull - forces the submodules up to date. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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} -- 1.7.10.4