pgsql: Re-remove dependency on the DLL of pythonxx.def file. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Re-remove dependency on the DLL of pythonxx.def file.
Date
Msg-id E1Xl7gf-000673-86@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Re-remove dependency on the DLL of pythonxx.def file.

The reasons behind commit 0d147e43adcf5d2bff9caa073608f381a27439bf still
stand, so this reverts the non-cosmetic portion of commit
a7983e989d9cafc9cef49becfee054e34b1ed9b4.  Back-patch to 9.4, where the
latter commit first appeared.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f229170c75f0ce64b1b9a0a362571d1f19089de4

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix generation of INSTALL file by removing link
Next
From: Noah Misch
Date:
Subject: pgsql: Make ECPG test programs depend on "ecpg$(X)", not "ecpg".