Update Makefile.am for newer automake

Debian Bug #710344

Reviewed-by: Daniel Martin <consume.noise@gmail.com>
This commit is contained in:
Marc Deslauriers 2013-06-05 16:38:00 -04:00 committed by Peter Harris
parent 9ae84ad187
commit 8b6bb1a719

View File

@ -12,9 +12,6 @@ TESTS = check_all
check_PROGRAMS = check_all check_PROGRAMS = check_all
check_all_SOURCES = check_all.c check_suites.h check_public.c check_all_SOURCES = check_all.c check_suites.h check_public.c
all-local::
$(RM) CheckLog*.xml
check-local: check-TESTS check-local: check-TESTS
$(RM) CheckLog.html $(RM) CheckLog.html
if test x$(HTML_CHECK_RESULT) = xtrue; then \ if test x$(HTML_CHECK_RESULT) = xtrue; then \