aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-12 21:31:16 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-12 21:31:16 +0000
commit5755b09a25b0e4e0e24baf1897cabc59498541ea (patch)
tree1aeca0400e9765268ce4e951aa56e094f91b7d67 /Makefile
parent5188b261f9e930e2a3330b385d04f3df4dab5101 (diff)
downloadbusybox-w32-5755b09a25b0e4e0e24baf1897cabc59498541ea.tar.gz
busybox-w32-5755b09a25b0e4e0e24baf1897cabc59498541ea.tar.bz2
busybox-w32-5755b09a25b0e4e0e24baf1897cabc59498541ea.zip
More minor tweaks.
git-svn-id: svn://busybox.net/trunk/busybox@15689 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
483 rm -f scripts/bb_mkdep scripts/usage 483 rm -f scripts/bb_mkdep scripts/usage
484 rm -r -f include/config include/config.h $(DEP_INCLUDES) 484 rm -r -f include/config include/config.h $(DEP_INCLUDES)
485 find . -name .depend'*' -print0 | xargs -0 rm -f 485 find . -name .depend'*' -print0 | xargs -0 rm -f
486 find . -name '*.rej' -print0 | xargs -0 rm -f
486 rm -f .hdepend 487 rm -f .hdepend
487 rm -f .config .config.old .config.cmd 488 rm -f .config .config.old .config.cmd
488 489