[OpenWrt-Devel] [PATCH] tools: add missing ldconfig make dependency on the staging area

John Szakmeister john at szakmeister.net
Tue Sep 16 11:44:02 EDT 2014


Signed-off-by: John Szakmeister <john at szakmeister.net>
---

Using make with multiple jobs fails without this.

 tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index 09a0c8c..5629251 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -133,7 +133,7 @@ $(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared
 		false; \
 	fi
 
-$(STAGING_DIR_HOST)/bin/ldconfig:
+$(STAGING_DIR_HOST)/bin/ldconfig: $(STAGING_DIR)/.prepared
 	touch $@
 	chmod +x $@
 
-- 
2.1.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list