diff Makefile @ 152:28d2042bcc13

Patch fromm Roberto Foglietta: distclean should remove toys/help.h
author Rob Landley <rob@landley.net>
date Mon, 12 Nov 2007 19:24:52 -0600
parents beeab8a27a7d
children 01784c0d3681
line wrap: on
line diff
--- a/Makefile	Tue Nov 06 20:47:18 2007 +0000
+++ b/Makefile	Mon Nov 12 19:24:52 2007 -0600
@@ -69,7 +69,7 @@
 	rm -f toybox toybox_unstripped gen_config.h instlist
 
 distclean: clean
-	rm -f toybox_old .config*
+	rm -f toybox_old .config* toys/help.h
 
 test: tests