aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-13 13:52:13 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-13 13:52:13 +0000
commitfb24eb4f47b84a64a1fcc3cee7a6ecba1c7b8e58 (patch)
treebc385512cd57bab8644272ff2d46bcab35cac522 /Makefile
parentdefd998c42d017fa94f80c4275ac082220c14c79 (diff)
downloadbusybox-fb24eb4f47b84a64a1fcc3cee7a6ecba1c7b8e58.tar.gz
Cleanup make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16b4a5f75..f48fa9da3 100644
--- a/Makefile
+++ b/Makefile
@@ -216,7 +216,8 @@ clean:
- rm -f busybox busybox.links libbb/loop.h .config.old .hdepend
- rm -f scripts/split-include scripts/mkdep .*config.log
- rm -rf include/config include/config.h
- - find -name .\*.flags -o -name .depend -exec rm -f {} \;
+ - find -name .\*.flags -exec rm -f {} \;
+ - find -name .depend -exec rm -f {} \;
- find -name \*.o -exec rm -f {} \;
- find -name \*.a -exec rm -f {} \;