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]

Re: [RFA] /sim/h8300/Makefile.in add dependences


Andrew Volkov writes:
 > Hi
 > 
 >  Ok to commit?
 > 

Shouldn't you add the actual
#include "gdb/sim-h8300" to the file as well?

Elena


 > Andrey
 > 
 > 2002-07-23  Andrey Volkov  <avolkov@transas.com>
 > 
 > 	* Makefile.in: Add dependences on "inst.h", 
 > 	"gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
 > 
 > Index: Makefile.in
 > ===================================================================
 > RCS file: /cvs/src/src/sim/h8300/Makefile.in,v
 > retrieving revision 1.1.1.1
 > diff -u -r1.1.1.1 Makefile.in
 > --- Makefile.in	16 Apr 1999 01:35:02 -0000	1.1.1.1
 > +++ Makefile.in	23 Jul 2002 11:09:58 -0000
 > @@ -19,7 +19,9 @@
 >  ## COMMON_PRE_CONFIG_FRAG
 >  
 >  SIM_OBJS = compile.o sim-load.o
 > -
 >  ## COMMON_POST_CONFIG_FRAG
 >  
 > -compile.o: compile.c config.h
 > +compile.o: compile.c inst.h config.h \
 > +	    $(srcdir)/../../include/gdb/sim-h8300.h \
 > +	    $(srcdir)/../../include/gdb/remote-sim.h \
 > +	    $(srcdir)/../../include/gdb/callback.h


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