pgsql: Simplify makefile rule

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify makefile rule
Date: 2012-04-29 18:27:26
Message-ID: E1SOYqE-0002Ud-Ed@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify makefile rule

Instead of writing out the .c -> .o rule, use the default one, so that
dependency tracking can be used.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2227bb9c948d2dcc167d414630ed3bae7f31db83

Modified Files
--------------
src/port/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-04-29 19:36:15 pgsql: Further editorialization on the new documentation for statistics
Previous Message Tom Lane 2012-04-29 17:25:17 pgsql: Make a copy-editing pass over the new documentation for statisti