Re: [Qemu-devel] [PATCH] Makefile: Fix check dependency breakage

2010-11-21 Thread Anthony Liguori
On 11/12/2010 08:55 AM, Luiz Capitulino wrote: Commit b152aa84d52882bb1846485a89baf13aa07c86bc broke the unit-tests build, fix it. Signed-off-by: Luiz Capitulino Applied. Thanks. Regards, Anthony Liguori --- Makefile | 14 -- 1 files changed, 8 insertions(+), 6 deleti

Re: [Qemu-devel] [PATCH] Makefile: Fix check dependency breakage

2010-11-12 Thread Markus Armbruster
Luiz Capitulino writes: > Commit b152aa84d52882bb1846485a89baf13aa07c86bc broke the unit-tests > build, fix it. Got bitten by that, and the patch fixes it for me.