diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-15 19:57:10 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-04-15 19:57:10 +0000 |
commit | d4424adaef11212e113de58b2557aa4810c41840 (patch) | |
tree | 358c480b5a4c5c7a79d7985b7caf12b0b48dfe5a /sim/mn10200 | |
parent | 3ed30d29c615edca09467def7656d3e87cd722b7 (diff) | |
download | gdb-d4424adaef11212e113de58b2557aa4810c41840.zip gdb-d4424adaef11212e113de58b2557aa4810c41840.tar.gz gdb-d4424adaef11212e113de58b2557aa4810c41840.tar.bz2 |
* Makefile.in (simops.o): Add simops.h to dependency list.
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 |