summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/automake/compile.am3
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 60358a41da..bdbbfb3408 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * automake/compile.am: Add *.ralf to clean-local.
+
2009-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am
index 3b3f9039ea..47b6323914 100644
--- a/testsuites/automake/compile.am
+++ b/testsuites/automake/compile.am
@@ -18,4 +18,5 @@ AM_CFLAGS =
AM_CXXFLAGS =
clean-local:
- $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt
+ $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
+