mirror of
https://github.com/videolan/vlc.git
synced 2024-12-04 07:15:24 +08:00
lcov: force correct directory prefix
This commit is contained in:
parent
e359217754
commit
6297968fe7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user