summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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