pgsql/contrib dblink/Makefile metaphone/Makefi ...

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib dblink/Makefile metaphone/Makefi ...
Date: 2001-06-20 00:04:44
Message-ID: 200106200004.f5K04iZ33477@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/06/19 20:04:44

Modified files:
contrib/dblink : Makefile
contrib/metaphone: Makefile
contrib/rtree_gist: Makefile

Log message:
Attached is a patch to deal with the ones that I missed the first time
around. I tested this patch under Cygwin and Linux.

Note that I only changed dblink's Makefile in the most minimal way
to fix the link problem under Cygwin (i.e., use the link rule from
Makefile.shlib instead). dblink's Makefile should probably be further
patched to be consistent with the other PostgreSQL Makefiles.

Jason Tishler

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-06-20 00:26:06 pgsql/src/pl/plperl Makefile.PL
Previous Message Bruce Momjian - CVS 2001-06-19 23:40:10 pgsql/src/backend postmaster/postmaster.c tcop ...