From 29207e2943ad56fb8b4d2b7f07b1530cb1d7d9be Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 31 Aug 2009 17:51:36 +0200 Subject: Fix check dependency Bugzilla #21992 make -j check fails because the check-local rule gets executed before the tests actually ran, so CheckLog*.xml doesn't exist. Signed-off-by: Julien Danjou --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 77593f0..077681e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -15,7 +15,7 @@ check_all_SOURCES = check_all.c check_suites.h check_public.c all-local:: $(RM) CheckLog*.xml -check-local: +check-local: check-TESTS $(RM) CheckLog.html if test x$(HTML_CHECK_RESULT) = xtrue; then \ $(XSLTPROC) $(srcdir)/CheckLog.xsl CheckLog*.xml > CheckLog.html; \ -- cgit v1.2.3