projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7725c8
)
damn symlink
author
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Jun 2005 10:54:01 +0000
(10:54 +0000)
committer
wbx
<wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Jun 2005 10:54:01 +0000
(10:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1214
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
toolchain/gdb/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Makefile
b/toolchain/gdb/Makefile
index
85dfa71
..
2dd11aa
100644
(file)
--- a/
toolchain/gdb/Makefile
+++ b/
toolchain/gdb/Makefile
@@
-49,7
+49,7
@@
$(GDB_CLIENT_DIR)/gdb/gdb: $(GDB_CLIENT_DIR)/.configured
$(TARGET_CROSS)gdb: $(GDB_CLIENT_DIR)/gdb/gdb
install -c $(GDB_CLIENT_DIR)/gdb/gdb $(TARGET_CROSS)gdb
cd $(STAGING_DIR)/bin && \
- ln -fs $(
GNU_TARGET_NAME)-gdb $(REAL_
GNU_TARGET_NAME)-gdb
+ ln -fs $(
TARGET_CROSS)gdb $(
GNU_TARGET_NAME)-gdb
source: $(DL_DIR)/$(GDB_SOURCE)
prepare: $(GDB_DIR)/.patched
This page took
0.023712 seconds
and
4
git commands to generate.