pgsql: Fix fat-fingered makefile changes for pltcl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix fat-fingered makefile changes for pltcl.
Date: 2014-02-14 22:10:59
Message-ID: E1WEQyJ-0002Fk-TP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix fat-fingered makefile changes for pltcl.

I put the OBJS assignments in the wrong order. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/638b153f2a23dadbbc5079c30f062a10be42ad11

Modified Files
--------------
src/pl/tcl/Makefile | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-02-15 00:44:11 Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Previous Message Tom Lane 2014-02-14 21:50:47 pgsql: Update regression testing instructions.