Preserve intermediate .c files in coverage mode

Peter Eisentraut <peter_e@gmx.net>

Commit: 4af3dda13601d859a20425e3554533fde0549056
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-10-28T14:35:46Z
Releases: 9.3.0
Preserve intermediate .c files in coverage mode

The introduction of the .y -> .c pattern rule causes some .c files such
as bootparse.c to be considered intermediate files in the .y -> .c -> .o
rule chain, which make would automatically delete.  But in coverage
mode, the processing tools such as genhtml need those files, so mark
them as "precious" so that make preserves them.

Files

PathChange+/−
src/Makefile.global.in modified +2 −0