aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1e1eddbc5..4a7195314 100644
--- a/Makefile
+++ b/Makefile
@@ -221,10 +221,10 @@ 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 -exec rm -f {} \;
- - find -name .depend -exec rm -f {} \;
- - find -name \*.o -exec rm -f {} \;
- - find -name \*.a -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 {} \;
distclean: clean
- rm -f busybox