Reinstate genhtml --prefix option for non-vpath builds

Peter Eisentraut <peter_e@gmx.net>

Commit: 5f340cb30ce2f0d9f272840b0d977b0a4b854f0b
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-10-14T15:44:45Z
Releases: 11.0
Reinstate genhtml --prefix option for non-vpath builds

In c3d9a66024a93e6d0380bdd1b18cb03a67216b72, the genhtml --prefix option
was removed to get slightly better behavior for vpath builds.  genhtml
would then automatically pick a suitable prefix.  However, for non-vpath
builds, this makes the coverage output dependent on the length of the
path where the source code happens to be, leading to confusingly
arbitrary results.  So put the --prefix option back for non-vpath
builds.

Files

PathChange+/−
src/Makefile.global.in modified +1 −1