projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcf57e
)
fixed redolent clean rule
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 24 May 2009 17:36:56 +0000
(13:36 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sun, 24 May 2009 17:37:04 +0000
(13:37 -0400)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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 -
r
f ${TARGET}
+ ${Q2}rm -f ${TARGET}
.PHONY: cleanall
-cleanall: clean
cleanbin
cleandeps
+cleanall: clean
bin cleanobjs
cleandeps
# Do not include deps files when doing a _single_ clean operation
ifeq ($(findstring ${MAKECMDGOALS},${CLEANCMDS}),)