Add dependency to get dyngen-opc.h generated prior to compiling qemu/exec.c.

Signed-off-by: Philippe Gerum <[EMAIL PROTECTED]>
---
 qemu/Makefile.target |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/qemu/Makefile.target b/qemu/Makefile.target
index a86464f..ee5d60d 100644
--- a/qemu/Makefile.target
+++ b/qemu/Makefile.target
@@ -353,6 +353,8 @@ machine.o: machine.c
 op_helper.o: op_helper.c
        $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) $(I386_CFLAGS) -c -o $@ $<
 
+exec.o: $(OPC_H)
+
 cpu-exec.o: cpu-exec.c $(OPC_H)
        $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
 
-- 
1.5.4.3

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to