http://bugs.winehq.org/show_bug.cgi?id=25619
Summary: exe16 files changed to directories. Breaking build of older branches Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jan-winehq@h-i-s.nl
There are three directories in 1.3.10 build system which were files in 1.1.33. Building 1.1.33 (selected with git -checkout wine-1.1.33 for a regression test) generates errors in make install. Also, "make distclean" failed with these directories present
I removed them rm -rf */gdi.exe16 rm -rf */krnl386.exe16 rm -rf */user.exe16
to compile version 1.1.33.