From fde326fbc96db64f3dd9352bcb10ac97b51d0d50 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 7 Jul 1993 17:37:11 +0000 Subject: * mips-dis.c: Updated to account for name changes in new version of opcode/mips.h. * Makefile.in: Added header file dependencies. --- opcodes/Makefile.in | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'opcodes/Makefile.in') diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index ec8cfb2..d550dc9 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -53,9 +53,9 @@ BISON = bison MAKEINFO = makeinfo RANLIB = ranlib -INCDIR = $(srcdir)/../include +INCDIR = $(srcdir)/../include BFDDIR = $(srcdir)/../bfd -CSEARCH = -I. -I$(srcdir) -I../include -I$(INCDIR) -I$(BFDDIR) +CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) DEP = mkdep @@ -112,22 +112,22 @@ $(TARGETLIB): $(OFILES) $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES) $(RANLIB) $(TARGETLIB) -# Circumvent Sun Make bug with VPATH. -a29k-dis.o: a29k-dis.c -dis-buf.o: dis-buf.c -h8500-dis.o: h8500-dis.c -h8300-dis.o: h8300-dis.c -i386-dis.o: i386-dis.c -i960-dis.o: i960-dis.c -m68881-ext.o: m68881-ext.c -m68k-dis.o: m68k-dis.c -mips-dis.o: mips-dis.c -sparc-dis.o: sparc-dis.c -sparc-opc.o: sparc-opc.c -z8k-dis.o: z8k-dis.c -sh-dis.o: sh-dis.c -alpha-dis.o: alpha-dis.c -hppa-dis.o: hppa-dis.c $(srcdir)/../include/opcode/hppa.h +a29k-dis.o: a29k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/a29k.h +dis-buf.o: dis-buf.c $(INCDIR)/dis-asm.h +h8500-dis.o: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h +h8300-dis.o: h8300-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/h8300.h +i386-dis.o: i386-dis.c $(INCDIR)/dis-asm.h +i960-dis.o: i960-dis.c $(INCDIR)/dis-asm.h +m68881-ext.o: m68881-ext.c $(INCDIR)/ieee-float.h +m68k-dis.o: m68k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/ieee-float.h \ + $(INCDIR)/opcode/m68k.h +mips-dis.o: mips-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/mips.h +sparc-dis.o: sparc-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/sparc.h +sparc-opc.o: sparc-opc.c $(INCDIR)/opcode/sparc.h +z8k-dis.o: z8k-dis.c z8k-opc.h $(INCDIR)/dis-asm.h +sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h +alpha-dis.o: alpha-dis.c alpha-opc.h $(INCDIR)/dis-asm.h +hppa-dis.o: hppa-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/hppa.h tags etags: TAGS -- cgit v1.1