diff options
author | Marc Deslauriers <marc.deslauriers@canonical.com> | 2013-06-05 16:38:00 -0400 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2013-07-03 19:11:08 -0400 |
commit | 8b6bb1a71977116d382f45eef803aedd3e313d37 (patch) | |
tree | ca24a8700cf34c6f008422ecbfeb52c578bb47eb /tests | |
parent | 9ae84ad187e2ba440c40f44b8eb21c82c2fdbf12 (diff) |
Update Makefile.am for newer automake
Debian Bug #710344
Reviewed-by: Daniel Martin <consume.noise@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
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 \ |