fixed redolent clean rule
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 24 May 2009 17:36:56 +0000 (13:36 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sun, 24 May 2009 17:37:04 +0000 (13:37 -0400)
Makefile

index 55319a9..5b362b3 100644 (file)
--- 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}),)