Fix Image Builder building - added missing /bin dir to toolchain Signed-off-by: Vasil...
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 7 May 2009 13:48:23 +0000 (13:48 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 7 May 2009 13:48:23 +0000 (13:48 +0000)
SVN-Revision: 15681

toolchain/uClibc/Makefile

index b55796b40f15128800e8718f79118e8dff6041f2..fe3fbb961c6f879a645385f59bd81185433a89c3 100644 (file)
@@ -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 \