* Makefile.in (TARG_CPU_DEP_sparc): Add opcode/sparc.h.
authorIan Lance Taylor <ian@airs.com>
Fri, 14 Mar 1997 20:34:08 +0000 (20:34 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 14 Mar 1997 20:34:08 +0000 (20:34 +0000)
gas/ChangeLog
gas/Makefile.in

index 6f099d13901f6c51bf4170faeb417185786311c0..6059604b714ddc2bc93fcebd50c67c87aa8858b8 100644 (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
index ec592c2bb6d567f9364368a5bcaaba0dcb9f8900..e9f847d9f2defea1bb466a1d1d11c8450d0bab7c 100644 (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