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:
5da2e98
)
Fixed make speed.
author
John Resig
<jeresig@gmail.com>
Mon, 28 Jan 2008 19:32:57 +0000
(19:32 +0000)
committer
John Resig
<jeresig@gmail.com>
Mon, 28 Jan 2008 19:32:57 +0000
(19:32 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
0f8187b
..
3ca4c3b
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-150,7
+150,7
@@
speed: ${JQ}
@@cp -f ${BUILD_DIR}/speed/index.html ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/benchmarker.css ${SPEED_DIR}
@@cp -f ${BUILD_DIR}/speed/benchmarker.js ${SPEED_DIR}
- @@cp -f ${BUILD_DIR}/speed/jquery-1.1.2.js ${SPEED_DIR}
+ @@cp -f ${BUILD_DIR}/speed/jquery-basis.js ${SPEED_DIR}
@@echo "Speed Test Suite Built"
@@echo