From: John Resig Date: Mon, 5 Jan 2009 00:34:40 +0000 (+0000) Subject: Accidentally left in an extra echo statement in the Makefile. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=19a3ea2c7f88b7b3229629d7c7f7b596cee50c69 Accidentally left in an extra echo statement in the Makefile. --- diff --git a/Makefile b/Makefile index beb4686..351342e 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,6 @@ jquery: ${DIST_DIR} ${JQ} ${JQ}: ${MODULES} @@echo "Building" ${JQ} - echo "${DATE}" @@mkdir -p ${DIST_DIR} @@cat ${MODULES} | \