Remove dependency on the DLL of pythonxx.def file.

Andrew Dunstan <andrew@dunslane.net>

Commit: 0d147e43adcf5d2bff9caa073608f381a27439bf
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2013-03-06T00:24:29Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/pl/plpython/Makefile modified +1 −1