Re: [Qemu-devel] [PATCH 1.5] win32: fix compilation again
Applied. Thanks. Regards, Anthony Liguori
[Qemu-devel] [PATCH 1.5] win32: fix compilation again
While commit c02817e5bfbb27955cac970019e6670dc427bc41 fixed compilation without an installed libtool, moving the dependencies to rules.mak does not work because the version-*-y variables are not defined yet. Building in a clean tree thus fails. Revert the commit and remove the dummy /bin/false as