diff options
| author | Rob Landley <rob@landley.net> | 2007-11-12 19:24:52 -0600 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2007-11-12 19:24:52 -0600 |
| commit | ce8aae448a43d42d8781a72a67235dba8e977aa0 (patch) | |
| tree | 8b02e372e9177becdd599d9acf77c521cae63603 | |
| parent | 2c4f3cb6b3d79a1025288fb54ec30994efee1890 (diff) | |
| download | toybox-ce8aae448a43d42d8781a72a67235dba8e977aa0.tar.gz | |
Patch fromm Roberto Foglietta: distclean should remove toys/help.h
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
