generator: _c_accessor_get_length: remove buggy special case
[free-sw/xcb/libxcb] / tests / Makefile.am
index 077681e..ceef722 100644 (file)
@@ -12,12 +12,9 @@ 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 \
+       if test x$(HTML_CHECK_RESULT) = xyes; then \
                $(XSLTPROC) $(srcdir)/CheckLog.xsl CheckLog*.xml > CheckLog.html; \
        else \
                touch CheckLog.html; \