]> Git Repo - qemu.git/commitdiff
Fix parallel build (broken by commit r4407)
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 May 2008 23:51:24 +0000 (23:51 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 10 May 2008 23:51:24 +0000 (23:51 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4423 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile.target

index 23134f5d667378d6480ec1a7efd32a9f6dcbf584..e1f866d878ac90f22598ca48e5fca573a4280189 100644 (file)
@@ -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 $@ $<
 
 #########################################################
This page took 0.026445 seconds and 4 git commands to generate.