From 064d1b1e5d29f79060c47769da92d51f89bc9edd Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 6 Nov 2007 00:35:26 -0600 Subject: Move toybox_old delete (for bloatcheck) from clean to distclean. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a99a876..86ed635d 100644 --- a/Makefile +++ b/Makefile @@ -66,10 +66,10 @@ install_flat: instlist @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 -- cgit v1.2.3