From: Michael Snyder Date: Wed, 15 Oct 2003 21:32:36 +0000 (+0000) Subject: 2003-10-15 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c1da8dedaeee84f2f1fd7a8de26a5789853c2bae;p=binutils-gdb.git 2003-10-15 Michael Snyder * Makefile.in (sim_calls.o): No longer depends on gdb/tm.h. --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 391cfecedee..e0efa1d63df 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,7 @@ +2003-10-15 Michael Snyder + + * Makefile.in (sim_calls.o): No longer depends on gdb/tm.h. + 2003-06-22 Andrew Cagney Written by matthew green , with fixes from Aldy diff --git a/sim/ppc/Makefile.in b/sim/ppc/Makefile.in index 015fad0bfb4..335a8b436e3 100644 --- a/sim/ppc/Makefile.in +++ b/sim/ppc/Makefile.in @@ -379,7 +379,7 @@ model.o: model.c $(CPU_H) events.o: events.c events.h $(BASICS_H) -sim_calls.o: sim_calls.c $(PSIM_H) itable.h ../../gdb/tm.h options.h +sim_calls.o: sim_calls.c $(PSIM_H) itable.h options.h spreg.o: spreg.c spreg.h spreg.c $(BASICS_H)