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
This commit is contained in:
parent
f61f53c5a2
commit
6421ef61a9
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ $(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared
|
||||||
false; \
|
false; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$(STAGING_DIR_HOST)/bin/ldconfig:
|
$(STAGING_DIR_HOST)/bin/ldconfig: $(STAGING_DIR)/.prepared
|
||||||
touch $@
|
touch $@
|
||||||
chmod +x $@
|
chmod +x $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue