summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/depends.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/depends.mk b/include/depends.mk
index b74e535506..07345a3998 100644
--- a/include/depends.mk
+++ b/include/depends.mk
@@ -23,6 +23,6 @@ define rdep
endif
$(3): FORCE
- @find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@
+ @-find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@
endef