[{test,perf}/Makefile.am] Define html-local target instead of html

Fixes automake warning.
This commit is contained in:
Behdad Esfahbod 2008-09-08 15:17:52 -04:00
parent 87dfceb9ec
commit c20179b65f
2 changed files with 4 additions and 4 deletions

View file

@ -77,7 +77,7 @@ TESTS = cairo-perf$(EXEEXT)
perf: cairo-perf$(EXEEXT)
$(CAIRO_PERF_ENVIRONMENT) ./cairo-perf$(EXEEXT)
html: index.html
html-local: index.html
index.html: cairo-perf$(EXEEXT)
$(CAIRO_PERF_ENVIRONMENT) ./cairo-perf-diff -h HEAD > $@
@ -109,6 +109,6 @@ perf-callgrind:
$(top_builddir)/libtool --mode=execute \
valgrind $(VALGRIND_CALLGRIND_FLAGS) $(EXTRA_VALGRIND_FLAGS)'
.PHONY: perf html check-valgrind perf-valgrind perf-callgrind
.PHONY: perf check-valgrind perf-valgrind perf-callgrind
EXTRA_DIST += Makefile.win32

View file

@ -964,7 +964,7 @@ retest:
$(MAKE) $(AM_MAKEFLAGS) TESTS="$$TESTS" html
# Make index.html with no dependency tracking.
html:
html-local:
@echo Creating index.html
@perl $(srcdir)/make-html.pl $(TESTS:$(EXEEXT)=.log) > index.html
@ -1032,6 +1032,6 @@ check-ref-missing:
release-verify-sane-tests: check-ref-missing
.PHONY: check-valgrind test recheck retest html rehtml check-ref-dups check-ref-missing release-verify-sane-tests
.PHONY: check-valgrind test recheck retest rehtml check-ref-dups check-ref-missing release-verify-sane-tests
EXTRA_DIST += Makefile.win32