]> granicus.if.org Git - php/commitdiff
MFH:
authorMarcus Boerger <helly@php.net>
Tue, 21 Mar 2006 18:17:15 +0000 (18:17 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 21 Mar 2006 18:17:15 +0000 (18:17 +0000)
- 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

Makefile.gcov

index 85f93e9db6f16efa45e9af1ca4bf7091b351adaa..9dbf39adc16944d634e9945735eb6f615c98f236 100644 (file)
@@ -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