* [Qemu-devel] [PATCH] fix broken parallel builds
@ 2008-05-23 18:52 Jason Wessel
0 siblings, 0 replies; only message in thread
From: Jason Wessel @ 2008-05-23 18:52 UTC (permalink / raw)
To: qemu-devel
Parallel building is broken for dyngen targets.
There is a missing dependency to exec.o against dyngen-opc.h. Please
consider the following fix.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
---
Makefile.target | 1 +
1 file changed, 1 insertion(+)
--- a/Makefile.target
+++ b/Makefile.target
@@ -186,6 +186,7 @@ all: $(PROGS)
LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\
translate.o host-utils.o
ifdef CONFIG_DYNGEN_OP
+exec.o: dyngen-opc.h
LIBOBJS+=op.o
endif
# TCG code generator
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-23 18:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23 18:52 [Qemu-devel] [PATCH] fix broken parallel builds Jason Wessel
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).