diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-16 08:19:07 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-16 08:19:07 +0000 |
commit | c14e3c99f7cd9e2721edf69e103d1649a88b6b88 (patch) | |
tree | dcdf653001e1b10fc6ca39226c4c194944a68c5a /Makerules | |
parent | e9a22a46d74aa21284502720dfc5bbd3540d3457 (diff) |
- do not attempt to rm twice
- clean targets are supposed to clean independently of any .config
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |