ignore errors in the find command for dep checks

SVN-Revision: 6997
v19.07.3_mercusys_ac12_duma
Felix Fietkau 17 years ago
parent a44434cb9f
commit a3a9e039d8

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

Loading…
Cancel
Save