X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;h=33efcea7e761bd0fc8a846a28a254a6e45c3c25e;hb=7346a476cc1fe20612fb1e9b08faef27e36a962c;hp=beb4686869a32996c7e63bb0d18e5bf1209206ef;hpb=192d6cd4a30bef497f72b1ca9b62fd8b90ade806;p=jquery.git diff --git a/Makefile b/Makefile index beb4686..33efcea 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,9 @@ PLUG_DIR = ../plugins BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/data.js\ - ${SRC_DIR}/support.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/event.js\ + ${SRC_DIR}/support.js\ ${SRC_DIR}/ajax.js\ ${SRC_DIR}/fx.js\ ${SRC_DIR}/offset.js\ @@ -65,7 +65,6 @@ jquery: ${DIST_DIR} ${JQ} ${JQ}: ${MODULES} @@echo "Building" ${JQ} - echo "${DATE}" @@mkdir -p ${DIST_DIR} @@cat ${MODULES} | \