This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] sim/common makefile


sim-events.o and sim-common.o need to depend on sim-main.h.
2003-04-08  Michael Snyder  <msnyder at redhat dot 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)
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]