qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Makefile: make qemu-img dependant on config-host.h
@ 2009-10-29 18:40 Uri Lublin
  2009-11-02 18:21 ` [Qemu-devel] [PATCH] Makefile: Fix problems in parallel builds Stefan Weil
  0 siblings, 1 reply; 2+ messages in thread
From: Uri Lublin @ 2009-10-29 18:40 UTC (permalink / raw)
  To: qemu-devel

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>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 4d9908c..6f1bf87 100644
--- a/Makefile
+++ b/Makefile
@@ -200,7 +200,7 @@ libqemu_common.a: $(obj-y)

 ######################################################################

-qemu-img.o: qemu-img-cmds.h
+qemu-img.o: config-host.h qemu-img-cmds.h

 qemu-img$(EXESUF): qemu-img.o qemu-tool.o $(block-obj-y)

-- 
1.6.5.1

Sent from my KVM Fedora-12-Beta VM.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-02 18:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 18:40 [Qemu-devel] [PATCH] Makefile: make qemu-img dependant on config-host.h Uri Lublin
2009-11-02 18:21 ` [Qemu-devel] [PATCH] Makefile: Fix problems in parallel builds Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).