diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-24 22:26:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-24 22:26:06 +0000 |
commit | 15c40c97229cd955aa991deb84486f6bf43f634c (patch) | |
tree | f0a9e6595d94682521b34bc48e42f7364c81f4cb /toolchain/gdb/gdb.mk | |
parent | 970731e1ec67827e225f9c8c21cee753ea8a8ff2 (diff) |
This doesn't need ncurses headers installed in the target
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r-- | toolchain/gdb/gdb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 0ab43aeeb..9aa5f8e07 100644 --- 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) |