pg_regress: Use target-specific variable instead of overriding make rule

Peter Eisentraut <peter_e@gmx.net>

Commit: d66b31c94faf2b8b8aac9d273c8cd1708a54887e
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2012-02-07T20:42:19Z
Releases: 9.2.0
pg_regress: Use target-specific variable instead of overriding make rule

Use a target-specific variable to add to CPPFLAGS instead of writing a
custom .c -> .o rule.  This will ensure that dependency tracking is
used when enabled.

Files

PathChange+/−
src/test/regress/GNUmakefile modified +1 −1