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:
Andrew Stubbs 2005-11-07 15:12:48 +00:00
parent 8a5a3c8298
commit eef5702201
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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.