projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970731e
)
This doesn't need ncurses headers installed in the target
author
Eric Andersen
<andersen@codepoet.org>
Thu, 24 Feb 2005 22:26:06 +0000
(22:26 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 24 Feb 2005 22:26:06 +0000
(22:26 -0000)
toolchain/gdb/gdb.mk
patch
|
blob
|
history
diff --git
a/toolchain/gdb/gdb.mk
b/toolchain/gdb/gdb.mk
index 0ab43aeeb43035101044f78dc05798fa11f7e81c..9aa5f8e072c3c5a77e9e7b1c45b1446aa9c1a86c 100644
(file)
--- a/
toolchain/gdb/gdb.mk
+++ b/
toolchain/gdb/gdb.mk
@@
-83,7
+83,7
@@
$(GDB_TARGET_DIR)/gdb/gdb: $(GDB_TARGET_DIR)/.configured
$(TARGET_DIR)/usr/bin/gdb: $(GDB_TARGET_DIR)/gdb/gdb
install -c $(GDB_TARGET_DIR)/gdb/gdb $(TARGET_DIR)/usr/bin/gdb
-gdb_target: ncurses
-headers
$(TARGET_DIR)/usr/bin/gdb
+gdb_target: ncurses $(TARGET_DIR)/usr/bin/gdb
gdb_target-source: $(DL_DIR)/$(GDB_SOURCE)