diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2008-09-08 15:17:52 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2008-09-08 15:17:52 -0400 |
commit | c20179b65ff887b4c5dc7f984ede1cb986de859d (patch) | |
tree | 44e461162a8c003ae725d3073622a8cd3b7b5b59 /perf | |
parent | 87dfceb9ec4d32077ad7961a6875793dc5d723f1 (diff) |
[{test,perf}/Makefile.am] Define html-local target instead of html
Fixes automake warning.
Diffstat (limited to 'perf')
-rw-r--r-- | perf/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am index acafc7ab..0de7b11a 100644 --- a/perf/Makefile.am +++ b/perf/Makefile.am @@ -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 |