changeset 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 bb6048c923ec
children 5f206fe8d965
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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