projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0230efc
)
Fix Image Builder building - added missing /bin dir to toolchain Signed-off-by: Vasil...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 May 2009 13:48:23 +0000
(13:48 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 7 May 2009 13:48:23 +0000
(13:48 +0000)
SVN-Revision: 15681
toolchain/uClibc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/uClibc/Makefile
b/toolchain/uClibc/Makefile
index b55796b40f15128800e8718f79118e8dff6041f2..fe3fbb961c6f879a645385f59bd81185433a89c3 100644
(file)
--- a/
toolchain/uClibc/Makefile
+++ b/
toolchain/uClibc/Makefile
@@
-115,6
+115,7
@@
endef
define Host/Install
$(UCLIBC_MAKE) PREFIX= utils
+ $(INSTALL_DIR) $(TOOLCHAIN_DIR)/bin
$(INSTALL_DIR) $(TOOLCHAIN_DIR)/usr/bin
$(INSTALL_BIN) \
$(HOST_BUILD_DIR)/utils/ldd \