From: Eric Andersen Date: Thu, 24 Feb 2005 22:26:06 +0000 (-0000) Subject: This doesn't need ncurses headers installed in the target X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15c40c97229cd955aa991deb84486f6bf43f634c;p=buildroot.git This doesn't need ncurses headers installed in the target --- diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 0ab43aeeb4..9aa5f8e072 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)