summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.gcov2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.gcov b/Makefile.gcov
index 26338a45bd..85f93e9db6 100644
--- a/Makefile.gcov
+++ b/Makefile.gcov
@@ -61,7 +61,7 @@ php_lcov.info: lcov-test
lcov-html: php_lcov.info
@echo "Generating lcov HTML"
- @$(LTP_GENHTML) --legend --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.infoz
+ @$(LTP_GENHTML) --legend --no-prefix --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.info
lcov-clean:
rm -f php_lcov.info