diff options
author | Rob Landley <rob@landley.net> | 2006-07-12 21:31:16 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-07-12 21:31:16 +0000 |
commit | 1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2 (patch) | |
tree | 1aeca0400e9765268ce4e951aa56e094f91b7d67 /Makefile | |
parent | 58dda84ecc13d8e2bb3c6e2b73786ae22e2d9b10 (diff) | |
download | busybox-1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2.tar.gz |
More minor tweaks.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -483,6 +483,7 @@ distclean: clean rm -f scripts/bb_mkdep scripts/usage rm -r -f include/config include/config.h $(DEP_INCLUDES) find . -name .depend'*' -print0 | xargs -0 rm -f + find . -name '*.rej' -print0 | xargs -0 rm -f rm -f .hdepend rm -f .config .config.old .config.cmd |