projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9448205
)
tools: add missing ldconfig make dependency on the staging area
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 16 Sep 2014 16:46:20 +0000
(16:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 16 Sep 2014 16:46:20 +0000
(16:46 +0000)
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 42576
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 09a0c8cebc338f8d040c6ea251a559d789789d78..562925160fa50946932f5b068d03944db831ee82 100644
(file)
--- 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 $@