]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
win32: fix compilation again
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 1 May 2013 16:30:15 +0000 (18:30 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 3 May 2013 17:04:40 +0000 (12:04 -0500)
commitfba90ac1d614c333c6a15c39cac555a12a04cee1
treead67dea2b9b5e54df9e55b524c3d9a3d8b302c21
parentcc9936a32f91c107a2a7655af4feeee3f4de5d12
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 assignment to LIBTOOL.
This makes the build work, at the price of slightly worse errors when
there are Makefile bugs.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1367425815-15083-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
rules.mak