diff options
author | Marcus Boerger <helly@php.net> | 2006-03-21 18:17:15 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-03-21 18:17:15 +0000 |
commit | 7b7717d1963e73e88b3df1022fa17c9fa4b21c38 (patch) | |
tree | f5409536aa908248a5dc296c002866c61c8b583d /Makefile.gcov | |
parent | f9835c3786b8a556e299095de27bc3c79aab467e (diff) | |
download | php-git-7b7717d1963e73e88b3df1022fa17c9fa4b21c38.tar.gz |
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
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 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 |