diff options
author | Colin Snover <github.com@zetafleet.com> | 2011-01-17 21:06:57 -0600 |
---|---|---|
committer | Colin Snover <github.com@zetafleet.com> | 2011-01-17 21:06:57 -0600 |
commit | 3d0aa196c5420e7f68b32cee38f0cc740d4959c6 (patch) | |
tree | 2f76d322a8964b58a65940b5febcfce92c1a7067 /Makefile | |
parent | 9ae837a167f68136cb8df70f6c40b0e54c07bc01 (diff) | |
download | jquery-3d0aa196c5420e7f68b32cee38f0cc740d4959c6.tar.gz jquery-3d0aa196c5420e7f68b32cee38f0cc740d4959c6.zip |
Clarify cygwin instructions slightly and swap the order of arguments to which in Makefile because of a bug in current versions of MSYS that causes only the first argument to /bin/which to be searched.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ BUILD_DIR = build PREFIX = . DIST_DIR = ${PREFIX}/dist -JS_ENGINE ?= `which nodejs node` +JS_ENGINE ?= `which node nodejs` COMPILER = ${JS_ENGINE} ${BUILD_DIR}/uglify.js --unsafe BASE_FILES = ${SRC_DIR}/core.js\ |