X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2FMakefile.am;h=7318bf04a8be839ead9e5562fecb009f0feddbe8;hb=50d036364fb2a71b3ac9a0b0cdbe58296832a1b2;hp=20a8a8d2c0d2eed6e7d087f1eff4d30250cf9b71;hpb=79472b45328232b083e897a511d4160a6dde0463;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 20a8a8d2c0..7318bf04a8 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to generate Makefile.in # -# Copyright (C) 2012-2019 Free Software Foundation, Inc. +# Copyright (C) 2012-2020 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -245,8 +245,6 @@ TARGET_LIBOPCODES_CFILES = \ tic54x-dis.c \ tic54x-opc.c \ tic6x-dis.c \ - tic80-dis.c \ - tic80-opc.c \ tilegx-dis.c \ tilegx-opc.c \ tilepro-dis.c \ @@ -563,7 +561,7 @@ $(srcdir)/i386-tbl.h: $(srcdir)/i386-init.h @echo $@ $(srcdir)/i386-init.h: @MAINT@ i386-gen$(EXEEXT_FOR_BUILD) i386-opc.tbl i386-reg.tbl i386-opc.h - $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - \ + $(CPP) -P $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) - \ < $(srcdir)/i386-opc.tbl \ | ./i386-gen$(EXEEXT_FOR_BUILD) --srcdir $(srcdir)