From 03586d23a355578e1bb942ec81f8cb6b57045c7d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 16 Sep 2014 16:46:20 +0000 Subject: [PATCH] tools: add missing ldconfig make dependency on the staging area Signed-off-by: John Szakmeister SVN-Revision: 42576 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@