summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e1710458d..72509a2a9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -71,7 +71,7 @@ environment:
clean:
@rm -f .done
- @find "$(abs_srcdir)/bin" -type l -print0 | xargs -r -0 rm
+ @find "$(abs_srcdir)/bin" -type l -print0 | xargs -0 rm -f
@$(MAKE) -C "$(abs_srcdir)/scripts/kconfig" clean
dirty-check: