|
1 | 1 | #
|
2 | 2 | # PostgreSQL top level makefile
|
3 | 3 | #
|
4 |
| -# $PostgreSQL: pgsql/GNUmakefile.in,v 1.48 2008/09/05 12:11:17 petere Exp $ |
| 4 | +# $PostgreSQL: pgsql/GNUmakefile.in,v 1.49 2008/12/04 07:02:56 petere Exp $ |
5 | 5 | #
|
6 | 6 |
|
7 | 7 | subdir =
|
@@ -70,7 +70,7 @@ coverage:
|
70 | 70 | coverage-html: coverage
|
71 | 71 | rm -rf coverage
|
72 | 72 | mkdir coverage
|
73 |
| -$(GENHTML) --show-details --legend --output-directory=coverage --title=PostgreSQL --num-spaces=4 `find src/backend -name lcov.info -print` |
| 73 | +$(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 | 74 |
|
75 | 75 | ifeq ($(enable_coverage),yes)
|
76 | 76 | clean distclean maintainer-clean: clean-coverage-local
|
|