diff options
author | Nuno Lopes <nlopess@php.net> | 2007-01-04 14:12:14 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2007-01-04 14:12:14 +0000 |
commit | b34d9eaa7400dc0a58b8559f6af5ffeab2de99c4 (patch) | |
tree | dceaa357380e1e9b9a71e6db704d74162943c9dd /Makefile.gcov | |
parent | fc2d7733883b2e326927b50e8ddd79e0c7abd86a (diff) | |
download | php-git-b34d9eaa7400dc0a58b8559f6af5ffeab2de99c4.tar.gz |
MFB
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 a5df44e5ed..617db7b77a 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -67,7 +67,7 @@ php_lcov.info: lcov-test lcov-html: php_lcov.info @echo "Generating lcov HTML" - @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" --show-details php_lcov.info + @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info lcov-clean: rm -f php_lcov.info |