X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=2c0a9faa2f2373bbed92997b0ad365e145414297;hb=da966573c3f3cb083c48cd3ead88e7542937d4df;hp=972cb4db266f52cb318f33b94deac6cb688e84c7;hpb=8e53f7b5d6716e60d8c8ea7e167f2b187aae9d89;p=jquery.git diff --git a/Makefile b/Makefile index 972cb4d..2c0a9fa 100644 --- a/Makefile +++ b/Makefile @@ -43,10 +43,11 @@ init: @@echo "Grabbing external dependencies..." @@if test ! -d test/qunit/.git; then git clone git://github.com/jquery/qunit.git test/qunit; fi @@if test ! -d src/sizzle/.git; then git clone git://github.com/jeresig/sizzle.git src/sizzle; fi - @@cd src/sizzle && git pull origin master > /dev/null 2>&1 - @@cd test/qunit && git pull origin master > /dev/null 2>&1 + - @@cd src/sizzle && git pull origin master > /dev/null 2>&1 + - @@cd test/qunit && git pull origin master > /dev/null 2>&1 jquery: ${DIST_DIR} selector ${JQ} +jq: ${DIST_DIR} ${JQ} ${JQ}: ${MODULES} @@echo "Building" ${JQ}