]> Git Repo - qemu.git/commit
build: fix Win32 clean build
authorPaolo Bonzini <[email protected]>
Tue, 15 Jan 2013 08:49:36 +0000 (09:49 +0100)
committerAnthony Liguori <[email protected]>
Wed, 16 Jan 2013 18:15:26 +0000 (12:15 -0600)
commitaf381ebeacdefcec0d2b44bdbb9d6e01e35f691f
tree4c3c3e858381198cfd1140a1070bb5d69d875200
parenteb60d1c55268f489b32e6b694e84e2017b75a3d3
build: fix Win32 clean build

The version.o file did not appear explicitly as a dependency, and
this caused clean builds to fail.  Force its build by making the
Makefile depend on version.o.

(We cannot add it to libqemuutil.a, because it doesn't export any
symbol and thus would not be pulled by the linker).

Cc: Blue Swirl <[email protected]>
Cc: Stefan Weil <[email protected]>
Tested-by: Stefan Weil <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
Makefile
This page took 0.025524 seconds and 4 git commands to generate.