mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user