Added dependency to package IP required by Openswan
[openwrt.git] / include / depends.mk
index b74e535..07345a3 100644 (file)
@@ -23,6 +23,6 @@ define rdep
   endif
   
   $(3): FORCE
   endif
   
   $(3): FORCE
-       @find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@
+       @-find $(1) $(FINDPARAMS) $(4) 2>/dev/null | md5s > $$@
 
 endef
 
 endef
This page took 0.023297 seconds and 4 git commands to generate.