From: Patrik Gornicz Date: Sun, 24 May 2009 17:36:56 +0000 (-0400) Subject: fixed redolent clean rule X-Git-Tag: libbear-premerge~84 X-Git-Url: http://gitweb.pgornicz.com/?a=commitdiff_plain;h=17f363e6282893b0324d7de71adbd27f4214cb33;p=libbear.git fixed redolent clean rule --- diff --git a/Makefile b/Makefile index 55319a9..5b362b3 100644 --- a/Makefile +++ b/Makefile @@ -198,10 +198,10 @@ cleandeps: .PHONY: clean clean: cleanobjs ${Q1}${PRNTFMT} "rm" "${TARGET}" - ${Q2}rm -rf ${TARGET} + ${Q2}rm -f ${TARGET} .PHONY: cleanall -cleanall: clean cleanbin cleandeps +cleanall: cleanbin cleanobjs cleandeps # Do not include deps files when doing a _single_ clean operation ifeq ($(findstring ${MAKECMDGOALS},${CLEANCMDS}),)