From e3dbd274922d727842086ad42df644308dfc668d Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Aug 2010 22:53:45 +0000 Subject: Remove ncurses from gdb_target git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2898 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/gdb/gdb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/buildroot/toolchain') diff --git a/misc/buildroot/toolchain/gdb/gdb.mk b/misc/buildroot/toolchain/gdb/gdb.mk index 5a7c9acf2..5417685d9 100644 --- a/misc/buildroot/toolchain/gdb/gdb.mk +++ b/misc/buildroot/toolchain/gdb/gdb.mk @@ -93,7 +93,7 @@ $(GDB_TARGET_DIR)/gdb/gdb: $(GDB_TARGET_DIR)/.configured $(TARGET_DIR)/usr/bin/gdb: $(GDB_TARGET_DIR)/gdb/gdb install -c -D $(GDB_TARGET_DIR)/gdb/gdb $(TARGET_DIR)/usr/bin/gdb -gdb_target: ncurses $(TARGET_DIR)/usr/bin/gdb +gdb_target: $(TARGET_DIR)/usr/bin/gdb gdb_target-source: $(DL_DIR)/$(GDB_SOURCE) -- cgit v1.2.3