Makefile: make qemu-img dependant on config-host.h
commitfafce63d992d34468eca1aea7ae63b12a5209ae4
authorUri Lublin <uril@redhat.com>
Thu, 29 Oct 2009 18:40:01 +0000 (29 14:40 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 9 Nov 2009 14:43:03 +0000 (9 08:43 -0600)
tree4a0d714c19f485d8de6f2f1d4544d661e738cad3
parent184bd0484533b725194fa517ddc271ffd74da7c9
Makefile: make qemu-img dependant on config-host.h

Since config-host.h is generated by the Makefile (1215c6e76),
building (only) qemu-img fails:

[user@f12-uri qemu]$ make distclean (or git clone qemu)
[user@f12-uri qemu]$ ./configure ...
[user@f12-uri qemu]$ make qemu-img
GEN  config-all-devices.mak
GEN   qemu-img-cmds.h
CC    qemu-img.o
In file included from qemu-img.c:24:
qemu-common.h:32:25: error: config-host.h: No such file or directory

Signed-off-by: Uri Lublin <uril@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile