Searched hist:fafce63d (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | Makefile | fafce63d Thu Oct 29 13:40:01 CDT 2009 Uri Lublin <uril@redhat.com> 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>
|