summaryrefslogtreecommitdiff
path: root/support/make/default.mk
diff options
context:
space:
mode:
Diffstat (limited to 'support/make/default.mk')
-rw-r--r--support/make/default.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/make/default.mk b/support/make/default.mk
index 581432d57a..dcc8bc7bfa 100644
--- a/support/make/default.mk
+++ b/support/make/default.mk
@@ -27,7 +27,7 @@ default.fastclean :
default.clean : fastclean
default.distclean : clean
- $(FIND) '(' -name '*~' -o -name core ')' -exec $(RM) '{}' ';'
+ $(FIND) . '(' -name '*~' -o -name core ')' -exec $(RM) '{}' ';'
.PHONY : all
.PHONY : force