summaryrefslogtreecommitdiffstats
path: root/testsuites/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-07-31 03:09:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-07-31 03:09:52 +0000
commit4d8cd2216dcdf829422e942c04523e350fdc6f1e (patch)
treedf66045c2c185d107ceadfb706b9c3d5dfda9a08 /testsuites/automake
parent2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4d8cd2216dcdf829422e942c04523e350fdc6f1e.tar.bz2
2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products.
Diffstat (limited to 'testsuites/automake')
-rw-r--r--testsuites/automake/compile.am4
1 files changed, 1 insertions, 3 deletions
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