Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-05 00:39:56 +0400
committerRob Landley <rob@landley.net>2006-08-05 00:39:56 +0400
commite6a3fef08c87c4755eb2ad1460b3ac0e9a411461 (patch)
tree4dee728d81dfccff1ab1e2f4370d6461cc30e58f /Makefile
parent23b61be0df86a04a9dcd54ba0724f97c50b14093 (diff)
Add busybox_old to distclean.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b79bfa18b..d16c2b227 100644
--- a/Makefile
+++ b/Makefile
@@ -484,8 +484,7 @@ distclean: clean
rm -r -f include/config include/config.h $(DEP_INCLUDES)
find . -name .depend'*' -print0 | xargs -0 rm -f
find . -name '*.rej' -print0 | xargs -0 rm -f
- rm -f .hdepend
- rm -f .config .config.old .config.cmd
+ rm -f .hdepend busybox_old .config .config.old .config.cmd
release: distclean #doc
cd ..; \