Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: gdb-patches@sources.redhat.com, cagney@redhat.com
Subject: [RFA] sim/common makefile
Date: Wed, 09 Apr 2003 04:28:00 -0000	[thread overview]
Message-ID: <3E93A163.C6919E9F@redhat.com> (raw)

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

sim-events.o and sim-common.o need to depend on sim-main.h.

[-- Attachment #2: sim-main.diff --]
[-- Type: text/plain, Size: 1541 bytes --]

2003-04-08  Michael Snyder  <msnyder@redhat.com>

	* Make-common.in (sim-event.0, sim-config.o): Depends on sim-main.h.

Index: Make-common.in
===================================================================
RCS file: /cvs/cvsfiles/devo/sim/common/Make-common.in,v
retrieving revision 1.104
diff -p -r1.104 Make-common.in
*** Make-common.in	2003/03/18 23:10:14	1.104
--- Make-common.in	2003/04/09 04:24:29
*************** sim-bits.o: $(srccom)/sim-bits.c $(sim-b
*** 374,380 ****
  	  $(SIM_EXTRA_DEPS)
  	$(CC) -c $(srccom)/sim-bits.c $(ALL_CFLAGS)
  
! sim-config.o: $(srccom)/sim-config.c $(sim-config_h) \
  	  $(SIM_EXTRA_DEPS)
  	$(CC) -c $(srccom)/sim-config.c $(ALL_CFLAGS)
  
--- 374,380 ----
  	  $(SIM_EXTRA_DEPS)
  	$(CC) -c $(srccom)/sim-bits.c $(ALL_CFLAGS)
  
! sim-config.o: $(srccom)/sim-config.c $(sim-config_h) sim-main.h \
  	  $(SIM_EXTRA_DEPS)
  	$(CC) -c $(srccom)/sim-config.c $(ALL_CFLAGS)
  
*************** sim-endian.o: $(srccom)/sim-endian.c $(s
*** 391,397 ****
  sim-engine.o: $(srccom)/sim-engine.c $(sim_main_headers) $(sim-engine_h)
  	$(CC) -c $(srccom)/sim-engine.c $(ALL_CFLAGS)
  
! sim-events.o: $(srccom)/sim-events.c $(sim-events_h) \
  	  $(SIM_EXTRA_DEPS)
  	$(CC) -c $(srccom)/sim-events.c $(ALL_CFLAGS)
  
--- 391,397 ----
  sim-engine.o: $(srccom)/sim-engine.c $(sim_main_headers) $(sim-engine_h)
  	$(CC) -c $(srccom)/sim-engine.c $(ALL_CFLAGS)
  
! sim-events.o: $(srccom)/sim-events.c $(sim-events_h) sim-main.h \
  	  $(SIM_EXTRA_DEPS)
  	$(CC) -c $(srccom)/sim-events.c $(ALL_CFLAGS)
  

             reply	other threads:[~2003-04-09  4:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-09  4:28 Michael Snyder [this message]
2003-04-09 14:54 ` Andrew Cagney
2003-04-11  5:21   ` Michael Snyder
2003-04-13 17:45   ` Michael Snyder

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=3E93A163.C6919E9F@redhat.com \
    --to=msnyder@redhat.com \
    --cc=cagney@redhat.com \
    --cc=gdb-patches@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