tools: add missing ldconfig make dependency on the staging area
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Sep 2014 16:46:20 +0000 (16:46 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 16 Sep 2014 16:46:20 +0000 (16:46 +0000)
Signed-off-by: John Szakmeister <john@szakmeister.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42576 3c298f89-4303-0410-b956-a3cf2f4a3e73

tools/Makefile

index 09a0c8c..5629251 100644 (file)
@@ -133,7 +133,7 @@ $(STAGING_DIR_HOST)/bin/stat: $(STAGING_DIR)/.prepared
                false; \
        fi
 
                false; \
        fi
 
-$(STAGING_DIR_HOST)/bin/ldconfig:
+$(STAGING_DIR_HOST)/bin/ldconfig: $(STAGING_DIR)/.prepared
        touch $@
        chmod +x $@
 
        touch $@
        chmod +x $@