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(-)