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
master
Felix Fietkau 2014-09-16 16:46:20 +00:00
parent e5d6c00e3b
commit 34627f6bf6
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@