File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -898,7 +898,7 @@ GENHTML_TITLE = PostgreSQL $(VERSION)
898898
899899coverage-html-stamp : lcov_base.info lcov_test.info
900900 rm -rf coverage
901- $(GENHTML ) $(GENHTML_FLAGS ) -o coverage --title=' $(GENHTML_TITLE)' --num-spaces=4 --prefix= ' $(abs_top_srcdir) ' $^
901+ $(GENHTML ) $(GENHTML_FLAGS ) -o coverage --title=' $(GENHTML_TITLE)' --num-spaces=4 $^
902902 touch $@
903903
904904LCOV += --gcov-tool $(GCOV )
@@ -907,12 +907,12 @@ LCOVFLAGS = -q --no-external
907907all_gcno_files = $(shell find . -name '* .gcno' -print)
908908
909909lcov_base.info : $(all_gcno_files )
910- $(LCOV ) $(LCOVFLAGS ) -c -i -d . -o $@
910+ $(LCOV ) $(LCOVFLAGS ) -c -i -d . -d $( srcdir ) - o $@
911911
912912all_gcda_files = $(shell find . -name '* .gcda' -print)
913913
914914lcov_test.info : $(all_gcda_files )
915- $(LCOV ) $(LCOVFLAGS ) -c -d . -o $@
915+ $(LCOV ) $(LCOVFLAGS ) -c -d . -d $( srcdir ) - o $@
916916
917917
918918# hook for clean-up
You can’t perform that action at this time.
0 commit comments