Thread: pgsql: pg_regress: Use target-specific variable instead of overriding m

pgsql: pg_regress: Use target-specific variable instead of overriding m

From
Peter Eisentraut
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d66b31c94faf2b8b8aac9d273c8cd1708a54887e

Modified Files
--------------
src/test/regress/GNUmakefile |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)