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