Browse Source

* Makefile.in (simops.o): Add simops.h to dependency list.

dberlin-typesystem-branch
J.T. Conklin 26 years ago
parent
commit
d4424adaef
  1. 4
      sim/d10v/ChangeLog
  2. 2
      sim/d10v/Makefile.in
  3. 4
      sim/mn10200/ChangeLog
  4. 2
      sim/mn10200/Makefile.in
  5. 4
      sim/mn10300/ChangeLog
  6. 2
      sim/mn10300/Makefile.in
  7. 4
      sim/v850/ChangeLog
  8. 2
      sim/v850/Makefile.in

4
sim/d10v/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.

2
sim/d10v/Makefile.in

@ -48,6 +48,6 @@ 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)
endian.o: endian.c $(INCLUDE)
table.o: table.c

4
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.

2
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

4
sim/mn10300/ChangeLog

@ -1,3 +1,7 @@
2001-04-15 J.T. Conklin <jtc@redback.com>
* Makefile.in (simops.o): Add simops.h to dependency list.
Wed Aug 9 02:24:53 2000 Graham Stott <grahams@cygnus.co.uk>
* am33.igen: Warning clean-up.

2
sim/mn10300/Makefile.in

@ -152,7 +152,7 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
interp.o: interp.c $(MN10300_INTERP_DEP) $(INCLUDE)
simops.o: simops.c $(INCLUDE)
simops.o: simops.c simops.h $(INCLUDE)
table.o: table.c
clean-extra: clean-igen

4
sim/v850/ChangeLog

@ -1,3 +1,7 @@
2001-04-15 J.T. Conklin <jtc@redback.com>
* Makefile.in (simops.o): Add simops.h to dependency list.
2001-03-14 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (gencode): Link with libintl.

2
sim/v850/Makefile.in

@ -135,6 +135,6 @@ clean-extra: clean-igen
rm -f table.c simops.h gencode
#interp.o: interp.c table.c $(INCLUDE)
simops.o: simops.c $(INCLUDE) targ-vals.h
simops.o: simops.c simops.h $(INCLUDE) targ-vals.h
#table.o: table.c
semantics.o: $(INCLUDE)

Loading…
Cancel
Save