diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-12-08 16:00:28 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-12-08 16:00:28 +0000 |
commit | 25670c59d320a853fa69a805c1d54617a3f6197e (patch) | |
tree | 2b74404a5f25c7fcd9edb43bf474fe18cf7c00c0 /Makefile.gcov | |
parent | b30602b78b56c1cc3195b87a094d5f67776da9a3 (diff) | |
download | php-git-25670c59d320a853fa69a805c1d54617a3f6197e.tar.gz |
Final fix for gcov generation.
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 d19c8e449e..4276bd85f8 100644 --- a/Makefile.gcov +++ b/Makefile.gcov @@ -57,7 +57,7 @@ php_lcov.info: lcov-test done @echo @echo "Generating $@" - @$(LTP) --directory lcov_data/ --capture --output-file $@ --test-name PHP_LCOV + @$(LTP) --directory lcov_data/ --capture --base-directory=lcov_data --output-file $@ lcov-html: php_lcov.info @echo "Generating lcov HTML" |