Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after...
[jquery.git] / Makefile
index ade6319..0fff724 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