summaryrefslogtreecommitdiffstats
path: root/testsuites/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-23 05:37:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-23 05:37:46 +0000
commit8f53ef717726f60c3ca450f708f7baab2ce1fcb8 (patch)
tree8f414648576c1c98e6306763605ecca55b365b0b /testsuites/automake
parent2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8f53ef717726f60c3ca450f708f7baab2ce1fcb8.tar.bz2
2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Add *.ralf to clean-local.
Diffstat (limited to 'testsuites/automake')
-rw-r--r--testsuites/automake/compile.am3
1 files changed, 2 insertions, 1 deletions
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
+