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 9221e08..fdb57bd 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