diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-06-17 15:06:46 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2011-06-17 15:06:46 +0000 |
commit | 563002680ccbb26706b55313bcccd84d8b299a78 (patch) | |
tree | 4d3002b4f55ba02a93906d78fe8f6ab7b8d16761 /opcodes/Makefile.am | |
parent | 534b4e5f33e3ca020d31835860dc6aa4943668f7 (diff) | |
download | gdb-563002680ccbb26706b55313bcccd84d8b299a78.zip gdb-563002680ccbb26706b55313bcccd84d8b299a78.tar.gz gdb-563002680ccbb26706b55313bcccd84d8b299a78.tar.bz2 |
* Makefile.am (MAINTAINERCLEANFILES): Move s390-opc.tab ...
(MOSTLYCLEANFILES): ... here.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index cc064b3..26f7580 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -458,11 +458,11 @@ stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles= MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \ - s390-mkopc$(EXEEXT_FOR_BUILD) z8kgen$(EXEEXT_FOR_BUILD) \ + s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab z8kgen$(EXEEXT_FOR_BUILD) \ opc2c$(EXEEXT_FOR_BUILD) MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \ - $(srcdir)/ia64-asmtab.c s390-opc.tab $(srcdir)/z8k-opc.h \ + $(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \ $(srcdir)/rx-decode.c i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS) |