File tree 1 file changed +3
-3
lines changed
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)
898
898
899
899
coverage-html-stamp : lcov_base.info lcov_test.info
900
900
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 $^
902
902
touch $@
903
903
904
904
LCOV += --gcov-tool $(GCOV )
@@ -907,12 +907,12 @@ LCOVFLAGS = -q --no-external
907
907
all_gcno_files = $(shell find . -name '* .gcno' -print)
908
908
909
909
lcov_base.info : $(all_gcno_files )
910
- $(LCOV ) $(LCOVFLAGS ) -c -i -d . -o $@
910
+ $(LCOV ) $(LCOVFLAGS ) -c -i -d . -d $( srcdir ) - o $@
911
911
912
912
all_gcda_files = $(shell find . -name '* .gcda' -print)
913
913
914
914
lcov_test.info : $(all_gcda_files )
915
- $(LCOV ) $(LCOVFLAGS ) -c -d . -o $@
915
+ $(LCOV ) $(LCOVFLAGS ) -c -d . -d $( srcdir ) - o $@
916
916
917
917
918
918
# hook for clean-up
You can’t perform that action at this time.
0 commit comments