]> source.dussan.org Git - jquery.git/commitdiff
Accidentally removed the init from the Makefile selector build.
authorjeresig <jeresig@gmail.com>
Tue, 12 Jan 2010 15:33:04 +0000 (10:33 -0500)
committerjeresig <jeresig@gmail.com>
Tue, 12 Jan 2010 15:33:04 +0000 (10:33 -0500)
Makefile

index 9221e0881b9bb6978c2abee8208070e8c220765b..fdb57bda428be1bd8fe55c012963cac2f2ff15cb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ ${JQ}: ${MODULES}
                sed 's/Date:./&'"${DATE}"'/' | \
                ${VER} > ${JQ};
 
-selector: 
+selector: init
        @@echo "Building selector code from Sizzle"
        @@sed '/EXPOSE/r src/sizzle-jquery.js' src/sizzle/sizzle.js > src/selector.js