Commit 48ffabc6f9c15476810b8031cdb91fd5a661dd41

Authored by ths
1 parent 91a3c1b0

Fix parallel builds for dyngen, by Jason Wessel.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4549 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
Makefile.target
... ... @@ -186,6 +186,7 @@ all: $(PROGS)
186 186 LIBOBJS=exec.o kqemu.o translate-all.o cpu-exec.o\
187 187 translate.o host-utils.o
188 188 ifdef CONFIG_DYNGEN_OP
  189 +exec.o: dyngen-opc.h
189 190 LIBOBJS+=op.o
190 191 endif
191 192 # TCG code generator
... ...