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]

[ob] sim<->gdb makefile dependancy


Probably been obsolete for a long time (thank ghu).
[Nick, I stole this from you]

2003-10-15  Michael Snyder  <msnyder@redhat.com>

	* Makefile.in (sim_calls.o): No longer depends on gdb/tm.h.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/sim/ppc/Makefile.in,v
retrieving revision 1.10
diff -p -r1.10 Makefile.in
*** Makefile.in	22 Jun 2003 16:48:10 -0000	1.10
--- Makefile.in	15 Oct 2003 21:32:01 -0000
*************** model.o: model.c $(CPU_H)
*** 379,385 ****
  
  events.o: events.c events.h $(BASICS_H) 
  
! sim_calls.o: sim_calls.c $(PSIM_H) itable.h ../../gdb/tm.h options.h
  
  spreg.o: spreg.c spreg.h spreg.c $(BASICS_H)
  
--- 379,385 ----
  
  events.o: events.c events.h $(BASICS_H) 
  
! sim_calls.o: sim_calls.c $(PSIM_H) itable.h options.h
  
  spreg.o: spreg.c spreg.h spreg.c $(BASICS_H)
  

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