X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=toolchain%2Fbinutils%2FMakefile;fp=toolchain%2Fbinutils%2FMakefile;h=b88fbd8b2ca96c04a9f55be085026a4dedaa3fa3;hp=567f88a8543abb7392e30a91359c98659e0c1cff;hb=d0f0d0f19461e62d15d2291f715492b0645ef2a4;hpb=9d822bbb3cb0653e0ea2cd3097b2a058bdcf5c44 diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 567f88a854..b88fbd8b2c 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -63,7 +63,7 @@ endif define Host/Prepare $(call Host/Prepare/Default) - ln -snf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) + ln -snf $(notdir $(HOST_BUILD_DIR)) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/ endef