summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:24:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:24:25 +0000
commitee844b4749ec93785d2721e2ce3419319d902a10 (patch)
tree0f88fb623c3f55dd6c1a7b0ce33b864d8c5abf9c /testsuites
parent2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ee844b4749ec93785d2721e2ce3419319d902a10.tar.bz2
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove .coff.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/automake/compile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 815abb9ea0..e769ca9a18 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * automake/compile.am: Remove .coff.
+
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/local.am: Remove depend.
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index fcda41f742..345a452eac 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -18,4 +18,4 @@ AM_CFLAGS =
AM_CXXFLAGS =
clean-local:
- $(RM) *.num *.nxe *.coff *.elf *.srec* *.obj *.bin
+ $(RM) *.num *.nxe *.elf *.srec* *.obj *.bin *.bt