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:
989667c
)
Accidentally left in an extra echo statement in the Makefile.
author
John Resig
<jeresig@gmail.com>
Mon, 5 Jan 2009 00:34:40 +0000
(
00:34
+0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 5 Jan 2009 00:34:40 +0000
(
00:34
+0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
beb4686
..
351342e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-65,7
+65,6
@@
jquery: ${DIST_DIR} ${JQ}
${JQ}: ${MODULES}
@@echo "Building" ${JQ}
- echo "${DATE}"
@@mkdir -p ${DIST_DIR}
@@cat ${MODULES} | \