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:
35aeac1
)
Update Makefile to use either nodejs or node, whichever exists (Debian uses nodejs).
author
Colin Snover
<github.com@zetafleet.com>
Tue, 18 Jan 2011 01:04:32 +0000
(19:04 -0600)
committer
Colin Snover
<github.com@zetafleet.com>
Tue, 18 Jan 2011 01:04:32 +0000
(19:04 -0600)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
7540a27
..
56b273d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,7
+7,7
@@
BUILD_DIR = build
PREFIX = .
DIST_DIR = ${PREFIX}/dist
-JS_ENGINE ?= node
+JS_ENGINE ?= `which nodejs node`
COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe
BASE_FILES = ${SRC_DIR}/core.js\