From: Felix Fietkau Date: Tue, 16 Sep 2014 16:46:20 +0000 (+0000) Subject: tools: add missing ldconfig make dependency on the staging area X-Git-Tag: reboot~5927 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=03586d23a355578e1bb942ec81f8cb6b57045c7d;p=oweals%2Fopenwrt.git tools: add missing ldconfig make dependency on the staging area Signed-off-by: John Szakmeister SVN-Revision: 42576 --- diff --git a/tools/Makefile b/tools/Makefile index 09a0c8cebc..562925160f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 $@