* Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.

This commit is contained in:
Ian Lance Taylor 1997-03-14 20:34:08 +00:00
parent 5583be2433
commit ef014e090f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Fri Mar 14 15:33:38 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.
Thu Mar 13 11:20:51 1997 Ian Lance Taylor <ian@cygnus.com>
* read.c (read_a_source_file): Call LISTING_NEWLINE before

View File

@ -361,7 +361,7 @@ TARG_CPU_DEP_mips = $(srcdir)/../include/opcode/mips.h subsegs.h \
TARG_CPU_DEP_ns32k =
TARG_CPU_DEP_ppc = subsegs.h
TARG_CPU_DEP_sh = $(srcdir)/../opcodes/sh-opc.h subsegs.h
TARG_CPU_DEP_sparc = subsegs.h
TARG_CPU_DEP_sparc = subsegs.h $(srcdir)/../include/opcode/sparc.h
TARG_CPU_DEP_tahoe =
TARG_CPU_DEP_vax =
TARG_CPU_DEP_w65 = $(srcdir)/../opcodes/w65-opc.h subsegs.h
@ -441,7 +441,7 @@ itbl-lex.o: itbl-lex.c itbl-parse.h
$(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $(INCLUDES) itbl-lex.c
itbl-parse.c itbl-parse.h: $(srcdir)/itbl-parse.y
$(YACC) -d $(YACCFLAGS) $(srcdir)/itbl-parse.y
$(BISON) -d $(BISONFLAGS) $(srcdir)/itbl-parse.y
mv -f y.tab.c itbl-parse.c
mv -f y.tab.h itbl-parse.h