From 17f363e6282893b0324d7de71adbd27f4214cb33 Mon Sep 17 00:00:00 2001 From: Patrik Gornicz Date: Sun, 24 May 2009 13:36:56 -0400 Subject: [PATCH] fixed redolent clean rule --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}),) -- 2.10.2