]> source.dussan.org Git - jquery.git/commitdiff
Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after...
authorRichard D. Worth <rdworth@gmail.com>
Thu, 8 Apr 2010 01:10:07 +0000 (09:10 +0800)
committerJohn Resig <jeresig@gmail.com>
Wed, 21 Jul 2010 14:47:13 +0000 (22:47 +0800)
Makefile

index ade631968e03834d499d482a84ccf92f346dca9b..0fff724c1e374324460a3863faa56ec65eeacc93 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ clean:
        @@rm -rf ${DIST_DIR}
 
        @@echo "Removing built copy of Sizzle"
-       @@rm src/selector.js
+       @@rm -f src/selector.js
 
        @@echo "Removing cloned directories"
        @@rm -rf test/qunit src/sizzle