From: Florian Fainelli Date: Thu, 9 Aug 2007 21:38:05 +0000 (+0000) Subject: Fix gdb installation, thanks to Alfred Heggestad X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b682b4a79e20ba5dd77b7c63e88f2674f4ce7705;p=openwrt%2Fstaging%2Fkaloz.git Fix gdb installation, thanks to Alfred Heggestad SVN-Revision: 8383 --- diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 40fc2789b6..5453be7e0e 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -42,7 +42,7 @@ 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; \ + ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/$(GNU_TARGET_NAME)-gdb endef define Build/Clean