aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-16 16:46:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-16 16:46:20 +0000
commit34627f6bf63023cc95f7ce7fd180f17809121fc0 (patch)
tree71d3477822f0949a95ec20dab6c2983c4fb72e01 /tools/Makefile
parente5d6c00e3b699c67f3cb94e12a00d37204b6ff30 (diff)
downloadmaster-187ad058-34627f6bf63023cc95f7ce7fd180f17809121fc0.tar.gz
master-187ad058-34627f6bf63023cc95f7ce7fd180f17809121fc0.tar.bz2
master-187ad058-34627f6bf63023cc95f7ce7fd180f17809121fc0.zip
tools: add missing ldconfig make dependency on the staging area
Signed-off-by: John Szakmeister <john@szakmeister.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42576 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@