tools: add missing ldconfig make dependency on the staging area

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

SVN-Revision: 42576
This commit is contained in:
Felix Fietkau 2014-09-16 16:46:20 +00:00
parent 944820584a
commit 03586d23a3
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 $@