X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9beaac95cfdcdb47053000686efe036e3d402795..8973db8c919b1d65bccbe6c60cd3256596d8cda7:/include/depends.mk?ds=sidebyside diff --git a/include/depends.mk b/include/depends.mk index b74e53550..07345a399 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