Skip to content

Commit 8cdafe7

Browse files
committed
Merge branch 'makefile_fixes' of https://github.com/azatoth/jquery into azatoth-makefile_fixes
2 parents b89b666 + 07392bb commit 8cdafe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ lint: jquery
7373
echo "You must have NodeJS installed in order to test jQuery against JSLint."; \
7474
fi
7575

76-
min: ${JQ_MIN}
76+
min: jquery ${JQ_MIN}
7777

78-
${JQ_MIN}: jquery
78+
${JQ_MIN}: ${JQ}
7979
@@if test ! -z ${JS_ENGINE}; then \
8080
echo "Minifying jQuery" ${JQ_MIN}; \
8181
${COMPILER} ${JQ} > ${JQ_MIN}.tmp; \

0 commit comments

Comments
 (0)