Patch fromm Roberto Foglietta: distclean should remove toys/help.h

This commit is contained in:
Rob Landley 2007-11-12 19:24:52 -06:00
parent 2c4f3cb6b3
commit ce8aae448a

View File

@ -69,7 +69,7 @@ clean::
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