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

This commit is contained in:
J.T. Conklin 2001-04-15 19:57:10 +00:00
parent 3ed30d29c6
commit d4424adaef
8 changed files with 20 additions and 4 deletions

View File

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

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

@ -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

View File

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

View File

@ -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)