aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-07-12 21:31:16 +0000
committerRob Landley <rob@landley.net>2006-07-12 21:31:16 +0000
commit1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2 (patch)
tree1aeca0400e9765268ce4e951aa56e094f91b7d67 /Makefile
parent58dda84ecc13d8e2bb3c6e2b73786ae22e2d9b10 (diff)
downloadbusybox-1f9145c5c381f5ec01c6d6b51bc1e19a18088ba2.tar.gz
More minor tweaks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d3a24be3..a705bac32 100644
--- a/Makefile
+++ b/Makefile
@@ -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