aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 804de55b..a5f4a30a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ clean: $(subdirs)
distclean: clean $(subdirs)
rm -f Makefile.settings config.h
- find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' | xargs rm -f
+ find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
install-doc:
$(MAKE) -C doc install