From: Richard D. Worth Date: Thu, 8 Apr 2010 01:10:07 +0000 (+0800) Subject: Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after... X-Git-Tag: 1.4.3rc1~158 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6803bf1fe5ec47cc273917f427b7ca9a888137b3;p=jquery.git Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after 'make clean' --- diff --git a/Makefile b/Makefile index ade631968..0fff724c1 100644 --- 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