summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-10 23:51:24 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-10 23:51:24 +0000
commitc96402b11ec09e4b719157409046790bad1f18ca (patch)
tree73d4d1ee1ddec420fa49e0b7c74084cfc9992ae5 /Makefile.target
parenta80800067249c2bb34b12117d82f5c475858c827 (diff)
downloadqemu-c96402b11ec09e4b719157409046790bad1f18ca.tar.gz
Fix parallel build (broken by commit r4407)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4423 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 23134f5d66..e1f866d878 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -331,7 +331,7 @@ op_helper.o: op_helper.c
$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
endif
-cpu-exec.o: cpu-exec.c
+cpu-exec.o: cpu-exec.c $(OPC_H)
$(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
#########################################################