From: Bernhard Reutner-Fischer Date: Sun, 21 May 2006 10:04:46 +0000 (-0000) Subject: - there is no _usage.h anymore, so don't rm it in distclean. X-Git-Tag: 1_2_0~327 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3c8c0690fd42fd65f0e35ae8f6fcbb92ab7701be;p=oweals%2Fbusybox.git - there is no _usage.h anymore, so don't rm it in distclean. --- 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