Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -46,7 +46,7 @@ coverage-html: clean clean-coverage check |
46 | 46 | $(LCOV) -d $(top_srcdir) \ |
47 | 47 | -a ./coverage.base -a ./coverage.run \ |
48 | 48 | -o coverage.info |
49 | - LANG=C $(GENHTML) --prefix $(top_srcdir) \ | |
49 | + LANG=C $(GENHTML) --prefix $(PWD) \ | |
50 | 50 | --output-directory $(cov_dir) \ |
51 | 51 | --title "$(PACKAGE_NAME) $(PACKAGE_VERSION)" \ |
52 | 52 | --legend --branch-coverage --show-details coverage.run | ... | ... |
Please
register
or
login
to post a comment