aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 682500ec..24ef2168 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ distclean: clean $(subdirs)
rm -f Makefile.settings config.h bitlbee.pc
find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
@# May still be present in dirs of disabled protocols.
- find . -name .depend | xargs -r rmdir
+ -find . -name .depend -exec rm -rf {} \;
$(MAKE) -C tests distclean
check: all