aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2005-11-07 15:12:48 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2005-11-07 15:12:48 +0000
commiteef57022010a5f6c7483c31607696fe1482b781e (patch)
tree94189b3a82da8b53a56ae09bfc0b91e5a5cac95e /gdb/Makefile.in
parent8a5a3c829873c2ec9f0504afbb0b2704da39498a (diff)
downloadfsf-binutils-gdb-eef57022010a5f6c7483c31607696fe1482b781e.zip
fsf-binutils-gdb-eef57022010a5f6c7483c31607696fe1482b781e.tar.gz
fsf-binutils-gdb-eef57022010a5f6c7483c31607696fe1482b781e.tar.bz2
2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
* Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 8d11352..73eb906 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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.