From a8b089a02089d3d7b7e0744e59618ff9800e760a Mon Sep 17 00:00:00 2001 From: John Resig Date: Tue, 10 Nov 2009 02:13:58 +0100 Subject: [PATCH] Force the submodules to keep up to date. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 13e5299..2ab385b 100644 --- a/Makefile +++ b/Makefile @@ -42,6 +42,9 @@ init: @@echo "Grabbing external dependencies..." @@git submodule init @@git submodule update + @@cd src/sizzle && git pull + @@cd test/qunit && git pull + @@git submodule update jquery: ${DIST_DIR} selector ${JQ} -- 1.7.10.4