Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] Fix dependency
@ 2005-11-07 15:06 Andrew STUBBS
  2005-11-07 15:21 ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew STUBBS @ 2005-11-07 15:06 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

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

[-- Attachment #2: deps.patch --]
[-- Type: text/plain, Size: 750 bytes --]

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-07 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-07 15:06 [PATCH] Fix dependency Andrew STUBBS
2005-11-07 15:21 ` Daniel Jacobowitz
2005-11-07 19:07   ` Andrew STUBBS

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox