diff options
Diffstat (limited to 'sim/mn10200')
-rw-r--r-- | sim/mn10200/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mn10200/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/mn10200/ChangeLog b/sim/mn10200/ChangeLog index bf1eab4..6e99724 100644 --- a/sim/mn10200/ChangeLog +++ b/sim/mn10200/ChangeLog @@ -1,3 +1,7 @@ +2001-04-15 J.T. Conklin <jtc@redback.com> + + * Makefile.in (simops.o): Add simops.h to dependency list. + Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. diff --git a/sim/mn10200/Makefile.in b/sim/mn10200/Makefile.in index e19d9e7..bcc15c8 100644 --- a/sim/mn10200/Makefile.in +++ b/sim/mn10200/Makefile.in @@ -48,5 +48,5 @@ clean-extra: rm -f table.c simops.h gencode interp.o: interp.c table.c $(INCLUDE) -simops.o: simops.c $(INCLUDE) +simops.o: simops.c simops.h $(INCLUDE) table.o: table.c |