summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/gdb.mk
diff options
context:
space:
mode:
authorEric Andersen2005-02-24 23:26:06 +0100
committerEric Andersen2005-02-24 23:26:06 +0100
commit15c40c97229cd955aa991deb84486f6bf43f634c (patch)
treef0a9e6595d94682521b34bc48e42f7364c81f4cb /toolchain/gdb/gdb.mk
parenttarget/device/Soekris/net4521/linux.mk should only be used when (diff)
downloadbuildroot-15c40c97229cd955aa991deb84486f6bf43f634c.tar.gz
buildroot-15c40c97229cd955aa991deb84486f6bf43f634c.tar.xz
buildroot-15c40c97229cd955aa991deb84486f6bf43f634c.zip
This doesn't need ncurses headers installed in the target
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r--toolchain/gdb/gdb.mk2
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)