This doesn't need ncurses headers installed in the target
authorEric Andersen <andersen@codepoet.org>
Thu, 24 Feb 2005 22:26:06 +0000 (22:26 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 24 Feb 2005 22:26:06 +0000 (22:26 -0000)
toolchain/gdb/gdb.mk

index 0ab43aeeb43035101044f78dc05798fa11f7e81c..9aa5f8e072c3c5a77e9e7b1c45b1446aa9c1a86c 100644 (file)
@@ -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)