From: Marcus Boerger Date: Tue, 21 Mar 2006 18:17:15 +0000 (+0000) Subject: MFH: X-Git-Tag: php-5.1.3RC2~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b7717d1963e73e88b3df1022fa17c9fa4b21c38;p=php MFH: - Drop --no-prefix as disables --prefix which we do for http://gcov.php.net # If you need/want this edit your makefile or provide a LTP_GENHTML export # of your need when running buildconf --- diff --git a/Makefile.gcov b/Makefile.gcov index 85f93e9db6..9dbf39adc1 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.info + @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.info lcov-clean: rm -f php_lcov.info