ignore errors in the find command for dep checks

SVN-Revision: 6997
This commit is contained in:
Felix Fietkau 2007-04-18 10:12:50 +00:00
parent a44434cb9f
commit a3a9e039d8
1 changed files with 1 additions and 1 deletions

View File

@ -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