On Fri, Aug 28, 2009 at 3:13 PM, Dylan Smithdylan.ah.smith@gmail.com wrote:
(used sed to get the EXEEXT from the wine-tools/Make.rules file)
When compiling Wine on windows, the non-script tools will have an .exe extension, but the makefile rules assumed that the tools never have an extention, so try to incorrectly remake the tools when they are already built.
Is this patch solving the same thing that this one did?
http://www.winehq.org/pipermail/wine-cvs/2009-August/058936.html
On Fri, Aug 28, 2009 at 5:57 PM, John Klehm xixsimplicityxix@gmail.com wrote:
On Fri, Aug 28, 2009 at 3:13 PM, Dylan Smithdylan.ah.smith@gmail.com wrote:
(used sed to get the EXEEXT from the wine-tools/Make.rules file)
When compiling Wine on windows, the non-script tools will have an .exe extension, but the makefile rules assumed that the tools never have an extention, so try to incorrectly remake the tools when they are already built.
Is this patch solving the same thing that this one did?
http://www.winehq.org/pipermail/wine-cvs/2009-August/058936.html
No, that is his fix for issue I tried to fix with this patch that I sent in: http://www.winehq.org/pipermail/wine-patches/2009-August/077487.html
I like his solution better, but it doesn't cover the issue addressed by this patch.