From 832ddf62351ec38f1519feb89c218910c2a58d40 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 27 Mar 2000 16:34:34 +0000 Subject: * Makefile.am (CFILES): Add avr-dis.c. (ALL_MACHINES): Add avr-dis.lo. --- opcodes/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opcodes/Makefile.in') diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index b0f1ded..bdc030e 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -137,6 +137,7 @@ CFILES = \ arc-dis.c \ arc-opc.c \ arm-dis.c \ + avr-dis.c \ cgen-asm.c \ cgen-dis.c \ cgen-opc.c \ @@ -201,6 +202,7 @@ ALL_MACHINES = \ arc-dis.lo \ arc-opc.lo \ arm-dis.lo \ + avr-dis.lo \ cgen-asm.lo \ cgen-dis.lo \ cgen-opc.lo \ -- cgit v1.1