summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Deslauriers <marc.deslauriers@canonical.com>2013-06-05 16:38:00 -0400
committerPeter Harris <pharris@opentext.com>2013-07-03 19:11:08 -0400
commit8b6bb1a71977116d382f45eef803aedd3e313d37 (patch)
treeca24a8700cf34c6f008422ecbfeb52c578bb47eb
parent9ae84ad187e2ba440c40f44b8eb21c82c2fdbf12 (diff)
Update Makefile.am for newer automake
Debian Bug #710344 Reviewed-by: Daniel Martin <consume.noise@gmail.com>
-rw-r--r--tests/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 077681e..20bdc72 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,9 +12,6 @@ TESTS = check_all
check_PROGRAMS = check_all
check_all_SOURCES = check_all.c check_suites.h check_public.c
-all-local::
- $(RM) CheckLog*.xml
-
check-local: check-TESTS
$(RM) CheckLog.html
if test x$(HTML_CHECK_RESULT) = xtrue; then \