* [RFA] sim/common makefile
@ 2003-04-09 4:28 Michael Snyder
2003-04-09 14:54 ` Andrew Cagney
0 siblings, 1 reply; 4+ messages in thread
From: Michael Snyder @ 2003-04-09 4:28 UTC (permalink / raw)
To: gdb-patches, cagney
[-- 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)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-13 17:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-09 4:28 [RFA] sim/common makefile Michael Snyder
2003-04-09 14:54 ` Andrew Cagney
2003-04-11 5:21 ` Michael Snyder
2003-04-13 17:45 ` Michael Snyder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox