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-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=6803bf1fe5ec47cc273917f427b7ca9a888137b3 Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after 'make clean' --- diff --git a/Makefile b/Makefile index ade6319..0fff724 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