From f67be41e2015bfad2ebfa93f755de9fa29e402e0 Mon Sep 17 00:00:00 2001 From: landley Date: Fri, 4 Aug 2006 20:39:56 +0000 Subject: Add busybox_old to distclean. git-svn-id: svn://busybox.net/trunk/busybox@15780 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 ..; \ -- cgit v1.2.3-55-g6feb