projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
822b666
)
fix gdb installation
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Oct 2007 14:55:38 +0000
(14:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Oct 2007 14:55:38 +0000
(14:55 +0000)
SVN-Revision: 9088
toolchain/gdb/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Makefile
b/toolchain/gdb/Makefile
index 5453be7e0e397a8cb6960547d2313e89db43276d..13a3b43c9ce23e8948175088490c6d83694ea99c 100644
(file)
--- 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 $(T
OOLCHAIN_DIR)/bin/$(T
ARGET_CROSS)gdb
+ ln -fs $(TARGET_CROSS)gdb $(TOOLCHAIN_DIR)/
bin/
$(GNU_TARGET_NAME)-gdb
endef
define Build/Clean