summaryrefslogtreecommitdiffstats
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
commit03586d23a355578e1bb942ec81f8cb6b57045c7d (patch)
tree10e314fbc4edb0374f791e32b6e2fc4fd3ee557c /tools/Makefile
parent944820584a634406a4dfb379766b6493d8d87d00 (diff)
downloadmaster-31e0f0ae-03586d23a355578e1bb942ec81f8cb6b57045c7d.tar.gz
master-31e0f0ae-03586d23a355578e1bb942ec81f8cb6b57045c7d.tar.bz2
master-31e0f0ae-03586d23a355578e1bb942ec81f8cb6b57045c7d.zip
tools: add missing ldconfig make dependency on the staging area
Signed-off-by: John Szakmeister <john@szakmeister.net> SVN-Revision: 42576
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 $@