This doesn't need ncurses headers installed in the target
This commit is contained in:
parent
970731e1ec
commit
15c40c9722
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user