[HACKERS] Problematic dependency in plpython Makefile [Windows]

2013-01-02 Thread Noah Misch
On Windows, src/pl/plpython/Makefile has a rule whose target line expands to something like python33.def: C:/Windows/system32/python33.dll. When doing a MinGW build with Cygwin's make-3.81, that line elicits an error: Makefile:69: *** target pattern contains no `%'. Stop. Seeing a second

Re: [HACKERS] Problematic dependency in plpython Makefile [Windows]

2013-01-02 Thread Craig Ringer
On 01/03/2013 11:13 AM, Noah Misch wrote: On Windows, src/pl/plpython/Makefile has a rule whose target line expands to something like python33.def: C:/Windows/system32/python33.dll. When doing a MinGW build with Cygwin's make-3.81, that line elicits an error: Shouldn't you generally be using

Re: [HACKERS] Problematic dependency in plpython Makefile [Windows]

2013-01-02 Thread Noah Misch
On Thu, Jan 03, 2013 at 11:52:58AM +0800, Craig Ringer wrote: On 01/03/2013 11:13 AM, Noah Misch wrote: On Windows, src/pl/plpython/Makefile has a rule whose target line expands to something like python33.def: C:/Windows/system32/python33.dll. When doing a MinGW build with Cygwin's

Re: [HACKERS] Problematic dependency in plpython Makefile [Windows]

2013-01-02 Thread Andrew Dunstan
On 01/02/2013 10:13 PM, Noah Misch wrote: On Windows, src/pl/plpython/Makefile has a rule whose target line expands to something like python33.def: C:/Windows/system32/python33.dll. When doing a MinGW build with Cygwin's make-3.81, that line elicits an error: Makefile:69: *** target pattern

Re: [HACKERS] Problematic dependency in plpython Makefile [Windows]

2013-01-02 Thread Andrew Dunstan
On 01/02/2013 11:34 PM, Andrew Dunstan wrote: On 01/02/2013 10:13 PM, Noah Misch wrote: On Windows, src/pl/plpython/Makefile has a rule whose target line expands to something like python33.def: C:/Windows/system32/python33.dll. When doing a MinGW build with Cygwin's make-3.81, that line