Update Makefile.am for newer automake
Debian Bug #710344 Reviewed-by: Daniel Martin <consume.noise@gmail.com>
This commit is contained in:
parent
9ae84ad187
commit
8b6bb1a719
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue