* Makefile.am (CLEANFILES): Add stamp-lm32. Sort.
authorAlan Modra <amodra@gmail.com>
Thu, 21 Oct 2010 23:50:57 +0000 (23:50 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 21 Oct 2010 23:50:57 +0000 (23:50 +0000)
* Makefile.in: Regenerate.

opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in

index 9a24e899b7613e3b53386e0fb957b7889e2dbe7c..df26c5fc145c7339656be2b5b01a96c869133bc5 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-22  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am (CLEANFILES): Add stamp-lm32.  Sort.
+       * Makefile.in: Regenerate.
+
 2010-10-18  Maciej W. Rozycki  <macro@linux-mips.org>
 
        * mips-opc.c (mips_builtin_opcodes): Move M_LD_OB and M_SD_OB
index 74cd3972b413db37bcfb33388ea45449f7903842..668085cb53337f1a67c5e652b1372473ba1ee075 100644 (file)
@@ -306,9 +306,10 @@ po/POTFILES.in: @MAINT@ Makefile
          && mv tmp $(srcdir)/po/POTFILES.in
 
 CLEANFILES = \
-       stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
-       stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
-       libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
+       stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 \
+       stamp-m32c stamp-m32r stamp-mep stamp-mt \
+       stamp-openrisc stamp-xc16x stamp-xstormy16 \
+       libopcodes.a stamp-lib
 
 
 CGENDIR = @cgendir@
index 9cfde34021194f1d534570f415d13d56107bfe69..8928b1bcce5ad4577319600199b21d38e568a273 100644 (file)
@@ -545,9 +545,10 @@ noinst_LIBRARIES = libopcodes.a
 libopcodes_a_SOURCES = 
 POTFILES = $(HFILES) $(CFILES)
 CLEANFILES = \
-       stamp-ip2k stamp-m32c stamp-m32r stamp-fr30 stamp-frv \
-       stamp-openrisc stamp-iq2000 stamp-mep stamp-mt stamp-xstormy16 stamp-xc16x\
-       libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
+       stamp-fr30 stamp-frv stamp-ip2k stamp-iq2000 stamp-lm32 \
+       stamp-m32c stamp-m32r stamp-mep stamp-mt \
+       stamp-openrisc stamp-xc16x stamp-xstormy16 \
+       libopcodes.a stamp-lib
 
 CGENDIR = @cgendir@
 CPUDIR = $(CGENDIR)/cpu
This page took 0.04078 seconds and 4 git commands to generate.