git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afe6dc
)
Accidentally removed the init from the Makefile selector build.
author
jeresig
<jeresig@gmail.com>
Tue, 12 Jan 2010 15:33:04 +0000
(10:33 -0500)
committer
jeresig
<jeresig@gmail.com>
Tue, 12 Jan 2010 15:33:04 +0000
(10:33 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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