pgsql: Remove dependency on the DLL of pythonxx.def file.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dependency on the DLL of pythonxx.def file.
Date: 2013-03-06 00:28:26
Message-ID: E1UD2Da-00077L-D6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dependency on the DLL of pythonxx.def file.

This confused Cygwin's make because of the colon in the path. The
DLL isn't likely to change under us so preserving the dependency
doesn't gain us much, and it's useful to be able to do a native
Windows build with the Cygwin mingw toolset.

Noah Misch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0d147e43adcf5d2bff9caa073608f381a27439bf

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2013-03-06 04:00:31 Re: Materialized views WIP patch
Previous Message Josh Berkus 2013-03-05 22:37:41 Re: Materialized views WIP patch