diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-09 21:40:24 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-09 21:40:24 +0000 |
commit | 5e9c6555adb90cf9301ff7bfc35e48a28a4d91b7 (patch) | |
tree | 64c1855540b2b119f7137da039f086a4918f4c01 /Makefile.gcov | |
parent | cc969671322a6da419a4dae8370fd2442c2fb21c (diff) | |
download | php-git-5e9c6555adb90cf9301ff7bfc35e48a28a4d91b7.tar.gz |
Fixed typo in gcov output filename
Diffstat (limited to 'Makefile.gcov')
-rw-r--r-- | Makefile.gcov | 2 |
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 |