OSDN Git Service

Move toybox_old delete (for bloatcheck) from clean to distclean.
authorRob Landley <rob@landley.net>
Tue, 6 Nov 2007 06:35:26 +0000 (00:35 -0600)
committerRob Landley <rob@landley.net>
Tue, 6 Nov 2007 06:35:26 +0000 (00:35 -0600)
Makefile

index 5a99a87..86ed635 100644 (file)
--- 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