projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ead9a
)
- there is no _usage.h anymore, so don't rm it in distclean.
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 21 May 2006 10:04:46 +0000
(10:04 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Sun, 21 May 2006 10:04:46 +0000
(10:04 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 80dabcc8e3780237378edf0fa1274bb25d946d99..b13f793237112e8df996b02a645d6a11dac94139 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-453,7
+453,7
@@
clean:
distclean: clean
rm -f scripts/bb_mkdep scripts/usage
- rm -r -f include/config include/
_usage.h include/
config.h $(DEP_INCLUDES)
+ rm -r -f include/config include/config.h $(DEP_INCLUDES)
find . -name .depend'*' -print0 | xargs -0 rm -f
rm -f .hdepend
rm -f .config .config.old .config.cmd