Accidentally removed the init from the Makefile selector build.

This commit is contained in:
jeresig 2010-01-12 10:33:04 -05:00
parent 7afe6dcc08
commit c320e4f3c2

View file

@ -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