This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix dependency


I forgot to update the dependencies for my fix to the union comparison in the TUI. It isn't exactly the end of the world but probably ought to be sorted out.

The attached patch should address the issue.

Is this OK on both mainline and 6.4?

Thanks

Andrew Stubbs
2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>

	* Makefile.in (tui-winsource.o): Add gdb_assert.h to dependencies.

Index: src/gdb/Makefile.in
===================================================================
--- src.orig/gdb/Makefile.in	2005-11-07 14:26:39.000000000 +0000
+++ src/gdb/Makefile.in	2005-11-07 14:50:50.000000000 +0000
@@ -3139,7 +3139,7 @@ tui-winsource.o: $(srcdir)/tui/tui-winso
 	$(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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]