From 8f53ef717726f60c3ca450f708f7baab2ce1fcb8 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 23 Oct 2009 05:37:46 +0000 Subject: [PATCH] 2009-10-23 Ralf Corsepius * automake/compile.am: Add *.ralf to clean-local. --- testsuites/ChangeLog | 4 ++++ testsuites/automake/compile.am | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 + + * automake/compile.am: Add *.ralf to clean-local. + 2009-10-17 Ralf Corsepius * 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 +