summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-16 08:19:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-16 08:19:07 +0000
commitc14e3c99f7cd9e2721edf69e103d1649a88b6b88 (patch)
treedcdf653001e1b10fc6ca39226c4c194944a68c5a /Makerules
parente9a22a46d74aa21284502720dfc5bbd3540d3457 (diff)
- do not attempt to rm twice
- clean targets are supposed to clean independently of any .config
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makerules b/Makerules
index 6081af13c..4ce235e36 100644
--- a/Makerules
+++ b/Makerules
@@ -7,7 +7,7 @@
PHONY := FORCE
.PHONY: dummy $(PHONY) \
- all check clean realclean distclean test \
+ all check test $(clean_targets) \
config dist menuconfig oldconfig release \
subdirs utils help