diff options
author | Jonas Pfenniger <jonas@pfenniger.name> | 2010-12-30 01:38:28 -0600 |
---|---|---|
committer | Colin Snover <github.com@zetafleet.com> | 2010-12-30 01:38:28 -0600 |
commit | c1625f6b79b2693ea85f2c16349f708ff203773b (patch) | |
tree | e1700697f36687956e9b6d858871b344490a532e /Makefile | |
parent | 4eeae8b0bc789ad525e98568cffb37b04b27ae84 (diff) | |
download | jquery-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ init: jquery: ${JQ} jq: ${JQ} -${JQ}: ${MODULES} ${DIST_DIR} +${JQ}: ${MODULES} | ${DIST_DIR} @@echo "Building" ${JQ} @@cat ${MODULES} | \ |