Fixed lite version of jQuery.
[jquery.git] / Makefile
index d3d9d3c..0f8187b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,8 +79,7 @@ lite: ${JQ_LITE}
 ${JQ_LITE}: ${JQ}
        @@echo "Building" ${JQ_LITE}
 
-       @@echo " - Removing ScriptDoc from" ${JQ}
-       @@${JAR} ${BUILD_DIR}/build/lite.js ${JQ} ${JQ_LITE}
+       @@cp ${JQ} ${JQ_LITE}
 
        @@echo ${JQ_LITE} "Built"
        @@echo