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:
parent
944820584a
commit
03586d23a3
1 changed files with 1 additions and 1 deletions
|
@ -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 $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue