From 4d8cd2216dcdf829422e942c04523e350fdc6f1e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 31 Jul 2010 03:09:52 +0000 Subject: =?UTF-8?q?2010-07-31=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products. --- testsuites/automake/compile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'testsuites/automake') diff --git a/testsuites/automake/compile.am b/testsuites/automake/compile.am index 47b6323914..24d5dfdd63 100644 --- a/testsuites/automake/compile.am +++ b/testsuites/automake/compile.am @@ -17,6 +17,4 @@ AM_CPPFLAGS = AM_CFLAGS = AM_CXXFLAGS = -clean-local: - $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf - +CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf -- cgit v1.2.3