changeset 150:beeab8a27a7d

Move toybox_old delete (for bloatcheck) from clean to distclean.
author Rob Landley <rob@landley.net>
date Tue, 06 Nov 2007 00:35:26 -0600
parents 58554af48c8b
children bb6048c923ec
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Nov 04 15:32:59 2007 -0600
+++ b/Makefile	Tue Nov 06 00:35:26 2007 -0600
@@ -66,10 +66,10 @@
 	@for i in `./instlist`; do ln -s toybox "$(PREFIX)/$$i"; done
 
 clean::
-	rm -f toybox toybox_old toybox_unstripped gen_config.h instlist
+	rm -f toybox toybox_unstripped gen_config.h instlist
 
 distclean: clean
-	rm -f .config*
+	rm -f toybox_old .config*
 
 test: tests