From dbbcb5c26fba77d2a828b253c97e4770b81cf90b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 4 Oct 2007 21:18:47 +0100 Subject: [Makefile] Correct parameters to lcov reset. lcov uses -z to zero its counters, not --reset. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5f3ddfd9..6dd6d949 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ genlcov: rm -f cairo-lcov.info.tmp lcov-clean: - $(LTP) --directory $(top_builddir) --reset + $(LTP) --directory $(top_builddir) -z $(RM) -rf cairo-lcov.info cairo-lcov $(FIND) -name '*.gcda' -print0 | xargs -0 rm -- cgit v1.2.3