* [patch/ob] Fix gdbtk-wrapper.c dependencies
@ 2002-04-08 18:54 Andrew Cagney
2002-04-09 9:45 ` Keith Seitz
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2002-04-08 18:54 UTC (permalink / raw)
To: insight; +Cc: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
Just FYI,
Some missing dependencies that hid a compile problem. Committed as obvious.
enjoy,
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 736 bytes --]
2002-04-08 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (gdbtk-wrapper.o): Add missing dependencies.
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.167
diff -u -r1.167 Makefile.in
--- Makefile.in 29 Mar 2002 01:22:41 -0000 1.167
+++ Makefile.in 9 Apr 2002 01:51:59 -0000
@@ -1498,7 +1498,8 @@
$(srcdir)/gdbtk/generic/gdbtk-varobj.c
gdbtk-wrapper.o: $(srcdir)/gdbtk/generic/gdbtk-wrapper.c \
- $(srcdir)/gdbtk/generic/gdbtk-wrapper.h
+ $(srcdir)/gdbtk/generic/gdbtk-wrapper.h \
+ $(defs_h) $(frame_h) $(value_h)
$(CC) -c $(INTERNAL_CFLAGS) $(IDE_CFLAGS) $(GDBTK_CFLAGS)\
$(srcdir)/gdbtk/generic/gdbtk-wrapper.c
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch/ob] Fix gdbtk-wrapper.c dependencies
2002-04-08 18:54 [patch/ob] Fix gdbtk-wrapper.c dependencies Andrew Cagney
@ 2002-04-09 9:45 ` Keith Seitz
0 siblings, 0 replies; 2+ messages in thread
From: Keith Seitz @ 2002-04-09 9:45 UTC (permalink / raw)
To: Andrew Cagney; +Cc: insight, gdb-patches
Indeed! Thanks!
Keith
On Mon, 8 Apr 2002, Andrew Cagney wrote:
> Just FYI,
>
> Some missing dependencies that hid a compile problem. Committed as obvious.
>
> enjoy,
> Andrew
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-09 16:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-08 18:54 [patch/ob] Fix gdbtk-wrapper.c dependencies Andrew Cagney
2002-04-09 9:45 ` Keith Seitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox