projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a3c1b
)
Fix parallel builds for dyngen, by Jason Wessel.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 23 May 2008 19:19:55 +0000
(19:19 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 23 May 2008 19:19:55 +0000
(19:19 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4549
c046a42c
-6fe2-441c-8c8c-
71466251a162
Makefile.target
patch
|
blob
|
history
diff --git
a/Makefile.target
b/Makefile.target
index 310de1e72d2fd005c73f21e27f21e691d36dee62..ea953e0d2c74616d0561a8adbfd90e16ce049067 100644
(file)
--- 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