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