summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-23 19:19:55 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-23 19:19:55 +0000
commit48ffabc6f9c15476810b8031cdb91fd5a661dd41 (patch)
tree82962fa866a17313c9342699280194de6b5edfac
parent91a3c1b00d040f92f4bdca5825e5d2205d417c2f (diff)
downloadqemu-48ffabc6f9c15476810b8031cdb91fd5a661dd41.tar.gz
Fix parallel builds for dyngen, by Jason Wessel.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4549 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 310de1e72d..ea953e0d2c 100644
--- 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