Commit 6297968f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

lcov: force correct directory prefix

parent e3592177
......@@ -999,7 +999,8 @@ lcov.out: lcov-raw.out
lcov: lcov.out
rm -Rf lcov lcov.tmp
genhtml lcov.out -o lcov.tmp
prefix="$$(cd "$(top_srcdir)" && pwd)" ; \
genhtml -p "$$prefix" -o lcov.tmp lcov.out >/dev/null
mv lcov.tmp lcov
.PHONY: lcov-raw.out
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment