From: nbd Date: Tue, 16 Sep 2014 16:46:20 +0000 (+0000) Subject: tools: add missing ldconfig make dependency on the staging area X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=6421ef61a9b9c3a9bd25da2636350d907bf63e43 tools: add missing ldconfig make dependency on the staging area Signed-off-by: John Szakmeister git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42576 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/Makefile b/tools/Makefile index 09a0c8cebc..562925160f 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 $@