aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Pfenniger <jonas@pfenniger.name>2010-12-30 01:38:28 -0600
committerColin Snover <github.com@zetafleet.com>2010-12-30 01:38:28 -0600
commitc1625f6b79b2693ea85f2c16349f708ff203773b (patch)
treee1700697f36687956e9b6d858871b344490a532e /Makefile
parent4eeae8b0bc789ad525e98568cffb37b04b27ae84 (diff)
downloadjquery-c1625f6b79b2693ea85f2c16349f708ff203773b.tar.gz
jquery-c1625f6b79b2693ea85f2c16349f708ff203773b.zip
Update Rakefile to remove module wrappers (feature parity with make and ant). Update Makefile to avoid rebuilding jquery.js when it is not necessary to do so.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f2281754..5792bb478 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ init:
jquery: ${JQ}
jq: ${JQ}
-${JQ}: ${MODULES} ${DIST_DIR}
+${JQ}: ${MODULES} | ${DIST_DIR}
@@echo "Building" ${JQ}
@@cat ${MODULES} | \