aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-04 20:39:56 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-08-04 20:39:56 +0000
commitf67be41e2015bfad2ebfa93f755de9fa29e402e0 (patch)
tree4dee728d81dfccff1ab1e2f4370d6461cc30e58f
parent874366fa1c4f16d73afc592b069f6787d33e76ce (diff)
downloadbusybox-w32-f67be41e2015bfad2ebfa93f755de9fa29e402e0.tar.gz
busybox-w32-f67be41e2015bfad2ebfa93f755de9fa29e402e0.tar.bz2
busybox-w32-f67be41e2015bfad2ebfa93f755de9fa29e402e0.zip
Add busybox_old to distclean.
git-svn-id: svn://busybox.net/trunk/busybox@15780 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
484 rm -r -f include/config include/config.h $(DEP_INCLUDES) 484 rm -r -f include/config include/config.h $(DEP_INCLUDES)
485 find . -name .depend'*' -print0 | xargs -0 rm -f 485 find . -name .depend'*' -print0 | xargs -0 rm -f
486 find . -name '*.rej' -print0 | xargs -0 rm -f 486 find . -name '*.rej' -print0 | xargs -0 rm -f
487 rm -f .hdepend 487 rm -f .hdepend busybox_old .config .config.old .config.cmd
488 rm -f .config .config.old .config.cmd
489 488
490release: distclean #doc 489release: distclean #doc
491 cd ..; \ 490 cd ..; \