I got the first one wrong. Spacing isn't quite right. oops. (sorry Kaloz)
[openwrt.git] / include / depends.mk
index b74e535..07345a3 100644 (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
This page took 0.021013 seconds and 4 git commands to generate.