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-a3cf2f4a3e73master
parent
e5d6c00e3b
commit
34627f6bf6
|
@ -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 New Issue