X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=Makefile;h=035b1e112a5e94e368b447a4c1dc2a563b66f32b;hb=6798df54f40b316ce65c4e44e3c0370356956dd7;hp=2ab385bee127362c5b95d80d521e1d88581193e8;hpb=a8b089a02089d3d7b7e0744e59618ff9800e760a;p=jquery.git diff --git a/Makefile b/Makefile index 2ab385b..035b1e1 100644 --- a/Makefile +++ b/Makefile @@ -40,11 +40,10 @@ ${DIST_DIR}: init: @@echo "Grabbing external dependencies..." - @@git submodule init - @@git submodule update - @@cd src/sizzle && git pull - @@cd test/qunit && git pull - @@git submodule update + @@git clone git://github.com/jquery/qunit.git test/qunit + @@git clone git://github.com/jeresig/sizzle.git src/sizzle + @@cd src/sizzle && git pull origin master + @@cd test/qunit && git pull origin master jquery: ${DIST_DIR} selector ${JQ}