X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=eb506437b41046dc55364d893034d81ece5bc4c4;hb=9523bb5ef02d4a106c7a6be540aa222a0d0bb01d;hp=2c7bb8085ae9405007d3f950c4cacc13ef08362b;hpb=ee81d4da920ffeddff4e47ee09ca1a63b33768b4;p=jquery.git diff --git a/Makefile b/Makefile index 2c7bb80..eb50643 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ ${SRC_DIR}/selector.js: ${SIZZLE_DIR}/sizzle.js lint: jquery @@if test ! -z ${JS_ENGINE}; then \ echo "Checking jQuery against JSLint..."; \ - ${JS_ENGINE} build/jslint-check.js; \ + ${JS_ENGINE} build/jslint-check.js ${JQ}; \ else \ echo "You must have NodeJS installed in order to test jQuery against JSLint."; \ fi