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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_regress: Use target-specific variable instead of overriding m
Date: 2012-02-07 20:44:25
Message-ID: E1Rurtp-0004Kj-K0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-02-07 21:21:03 pgsql: pg_dump: Add some const qualifiers
Previous Message Heikki Linnakangas 2012-02-07 19:22:09 pgsql: Fix typo in comment.