Fix sporadic rebuilds for .pc files

Peter Eisentraut <peter_e@gmx.net>

Commit: ba66752d278818b6b8797aec2e36cccf727db055
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-04-13T02:49:25Z
Releases: 9.3.0
Fix sporadic rebuilds for .pc files

The build of .pc (pkg-config) files depends on all makefiles in use, and
in dependency tracking mode, the previous coding ended up including
/dev/null as a makefile.  Apparently, on some platforms the modification
time of /dev/null changes sporadically, and so the .pc files would end
up being rebuilt every so often.  Fix that by changing the makefile code
to do without using /dev/null.

Files

PathChange+/−
src/Makefile.global.in modified +6 −3