mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
* Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
|
||||
|
||||
* Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies.
|
||||
|
||||
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
|
||||
|
||||
* main.c (captured_main): Define struct cmdarg. Change type of cmdarg.
|
||||
|
@ -3139,7 +3139,7 @@ tui-winsource.o: $(srcdir)/tui/tui-winsource.c $(defs_h) $(symtab_h) \
|
||||
$(frame_h) $(breakpoint_h) $(value_h) $(source_h) $(tui_h) \
|
||||
$(tui_data_h) $(tui_stack_h) $(tui_win_h) $(tui_wingeneral_h) \
|
||||
$(tui_winsource_h) $(tui_source_h) $(tui_disasm_h) $(gdb_string_h) \
|
||||
$(gdb_curses_h)
|
||||
$(gdb_curses_h) $(gdb_assert_h)
|
||||
$(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/tui/tui-winsource.c
|
||||
|
||||
### end of the gdb Makefile.in.
|
||||
|
Reference in New Issue
Block a user