diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-09 21:38:05 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-09 21:38:05 +0000 |
commit | be3229bd334912e70b33eec9c6f77426895bd602 (patch) | |
tree | 1d6bd71bb46e0fa9c549673bed052ee06b659234 /toolchain/gdb | |
parent | 703fb5a7050c4de699431c224a0644ddbede1775 (diff) | |
download | upstream-be3229bd334912e70b33eec9c6f77426895bd602.tar.gz upstream-be3229bd334912e70b33eec9c6f77426895bd602.tar.bz2 upstream-be3229bd334912e70b33eec9c6f77426895bd602.zip |
Fix gdb installation, thanks to Alfred Heggestad
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8383 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |