Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Andrew Cagney <ac131313@cygnus.com>
To: insight@sources.redhat.com
Cc: gdb-patches@sources.redhat.com
Subject: [patch/ob] Fix gdbtk-wrapper.c dependencies
Date: Mon, 08 Apr 2002 18:54:00 -0000	[thread overview]
Message-ID: <3CB249CE.7020104@cygnus.com> (raw)

[-- 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
 

             reply	other threads:[~2002-04-09  1:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-08 18:54 Andrew Cagney [this message]
2002-04-09  9:45 ` Keith Seitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3CB249CE.7020104@cygnus.com \
    --to=ac131313@cygnus.com \
    --cc=gdb-patches@sources.redhat.com \
    --cc=insight@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox