From: Felix Fietkau Date: Mon, 1 Oct 2007 14:55:38 +0000 (+0000) Subject: fix gdb installation X-Git-Tag: reboot~27956 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=b3ab6c458d859747f65317cfee2f2f270ff57382 fix gdb installation SVN-Revision: 9088 --- diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 5453be7e0e..13a3b43c9c 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -41,8 +41,8 @@ define Build/Compile endef define Build/Install - $(INSTALL_BIN) $(PKG_BUILD_DIR)/gdb/gdb $(TARGET_CROSS)gdb - ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb + $(INSTALL_BIN) $(PKG_BUILD_DIR)/gdb/gdb $(TOOLCHAIN_DIR)/bin/$(TARGET_CROSS)gdb + ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/bin/$(GNU_TARGET_NAME)-gdb endef define Build/Clean