We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98be3b4 commit 754e683Copy full SHA for 754e683
GNUmakefile.in
@@ -1,7 +1,7 @@
1
#
2
# PostgreSQL top level makefile
3
4
-# $PostgreSQL: pgsql/GNUmakefile.in,v 1.48 2008/09/05 12:11:17 petere Exp $
+# $PostgreSQL: pgsql/GNUmakefile.in,v 1.49 2008/12/04 07:02:56 petere Exp $
5
6
7
subdir =
@@ -70,7 +70,7 @@ coverage:
70
coverage-html: coverage
71
rm -rf coverage
72
mkdir coverage
73
- $(GENHTML) --show-details --legend --output-directory=coverage --title=PostgreSQL --num-spaces=4 `find src/backend -name lcov.info -print`
+ $(GENHTML) --show-details --legend --output-directory=coverage --title=PostgreSQL --num-spaces=4 --prefix=$(abs_top_srcdir)/src `find src/backend -name lcov.info -print`
74
75
ifeq ($(enable_coverage),yes)
76
clean distclean maintainer-clean: clean-coverage-local
0 commit comments