aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-09 21:38:05 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-09 21:38:05 +0000
commitbe3229bd334912e70b33eec9c6f77426895bd602 (patch)
tree1d6bd71bb46e0fa9c549673bed052ee06b659234 /toolchain/gdb
parent703fb5a7050c4de699431c224a0644ddbede1775 (diff)
downloadmaster-187ad058-be3229bd334912e70b33eec9c6f77426895bd602.tar.gz
master-187ad058-be3229bd334912e70b33eec9c6f77426895bd602.tar.bz2
master-187ad058-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/Makefile2
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