aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-21 10:04:46 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-21 10:04:46 +0000
commit3c8c0690fd42fd65f0e35ae8f6fcbb92ab7701be (patch)
treeab3675ecaf9a8b8d7024463a376f65f8fc3682c8 /Makefile
parent30ead9a9b9d589b3b0f54ce89c339862209ce67c (diff)
downloadbusybox-3c8c0690fd42fd65f0e35ae8f6fcbb92ab7701be.tar.gz
- there is no _usage.h anymore, so don't rm it in distclean.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80dabcc8e..b13f79323 100644
--- 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