From: jeresig Date: Tue, 12 Jan 2010 15:33:04 +0000 (-0500) Subject: Accidentally removed the init from the Makefile selector build. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=c320e4f3c2174148e5c13276237abb01547d52f5 Accidentally removed the init from the Makefile selector build. --- diff --git a/Makefile b/Makefile index 9221e08..fdb57bd 100644 --- 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