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-w32-3c8c0690fd42fd65f0e35ae8f6fcbb92ab7701be.tar.gz
busybox-w32-3c8c0690fd42fd65f0e35ae8f6fcbb92ab7701be.tar.bz2
busybox-w32-3c8c0690fd42fd65f0e35ae8f6fcbb92ab7701be.zip
- 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:
453 453
454distclean: clean 454distclean: clean
455 rm -f scripts/bb_mkdep scripts/usage 455 rm -f scripts/bb_mkdep scripts/usage
456 rm -r -f include/config include/_usage.h include/config.h $(DEP_INCLUDES) 456 rm -r -f include/config include/config.h $(DEP_INCLUDES)
457 find . -name .depend'*' -print0 | xargs -0 rm -f 457 find . -name .depend'*' -print0 | xargs -0 rm -f
458 rm -f .hdepend 458 rm -f .hdepend
459 rm -f .config .config.old .config.cmd 459 rm -f .config .config.old .config.cmd