From 39620b712c8e2c96cfb8d9f852480aee264b59dc Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 31 Dec 1996 00:09:59 +0000 Subject: [PATCH] * Makefile.in (m68k-opc.o, alpha-opc.o): Remove dis-asm.h dependency. (tic80-dis.o, tic80-opc.o): Add rules per comment in Makefile.in. --- opcodes/ChangeLog | 7 +++++++ opcodes/Makefile.in | 9 +++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0f29ec9b68..71beb98bc3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 30 17:02:11 1996 Fred Fish + + * Makefile.in (m68k-opc.o, alpha-opc.o): Remove dis-asm.h dependency. +start-sanitize-tic80 + (tic80-dis.o, tic80-opc.o): Add rules per comment in Makefile.in. +end-sanitize-tic80 + Mon Dec 30 11:38:01 1996 Ian Lance Taylor * mips16-opc.c: Add "abs". diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 4cd8a2c3da..a9dc1d600c 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -216,7 +216,7 @@ i960-dis.o: i960-dis.c $(INCDIR)/dis-asm.h w65-dis.o: w65-dis.c m68k-dis.o: m68k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/floatformat.h \ $(INCDIR)/opcode/m68k.h -m68k-opc.o: m68k-opc.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m68k.h +m68k-opc.o: m68k-opc.c $(INCDIR)/opcode/m68k.h mips-dis.o: mips-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/mips.h mips-opc.o: mips-opc.c $(INCDIR)/opcode/mips.h mips16-opc.o: mips16-opc.c $(INCDIR)/opcode/mips.h @@ -228,10 +228,15 @@ z8k-dis.o: z8k-dis.c z8k-opc.h $(INCDIR)/dis-asm.h ns32k-dis.o: ns32k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h alpha-dis.o: alpha-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/alpha.h -alpha-opc.o: alpha-opc.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/alpha.h +alpha-opc.o: alpha-opc.c $(INCDIR)/opcode/alpha.h hppa-dis.o: hppa-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/hppa.h m88k-dis.o: m88k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m88k.h arm-dis.o: arm-dis.c arm-opc.h $(INCDIR)/dis-asm.h +# start-sanitize-tic80 +tic80-dis.o: tic80-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/tic80.h +tic80-opc.o: tic80-opc.c $(INCDIR)/opcode/tic80.h +# start-sanitize-tic80 + tags etags: TAGS -- 2.34.1