From b85b7c4ad314a27e6f4b08830305ccfaf6cc3d1e Mon Sep 17 00:00:00 2001 From: Allan LeSage Date: Mon, 19 Mar 2012 12:46:11 -0500 Subject: Tested moving PHONY clean targets to top of Makefile. --- Makefile.am.coverage | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am.coverage') diff --git a/Makefile.am.coverage b/Makefile.am.coverage index 9edc849..296ad10 100644 --- a/Makefile.am.coverage +++ b/Makefile.am.coverage @@ -1,6 +1,9 @@ # Coverage targets +.PHONY: clean-coverage-html clean-coverage-gcovr +clean-local: clean-coverage-html clean-coverage-gcovr + if HAVE_GCOV .PHONY: clean-gcda @@ -39,6 +42,3 @@ clean-coverage-gcovr: clean-gcda endif # HAVE_GCOVR endif # HAVE_GCOV - -.PHONY: clean-coverage-html clean-coverage-gcovr -clean-local: clean-coverage-html clean-coverage-gcovr -- cgit v1.2.3