summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ef55416c..84a1ee43 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,10 +64,10 @@ install-pam:
@echo "WARNING: install-pam is no longer used, use the --with-pam-dir configure option instead"
if WITH_COVERAGE
-check-am:
+clear:
$(LCOV) --directory . --zerocounters
-coverage: check
+coverage:
mkdir -p testing/coverage
$(LCOV) --directory . --capture --output-file testing/coverage.info
$(GENHTML) --output-directory testing/coverage testing/coverage.info