Commit c96402b11ec09e4b719157409046790bad1f18ca

Authored by aurel32
1 parent a8080006

Fix parallel build (broken by commit r4407)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4423 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
Makefile.target
@@ -331,7 +331,7 @@ op_helper.o: op_helper.c @@ -331,7 +331,7 @@ op_helper.o: op_helper.c
331 $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< 331 $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
332 endif 332 endif
333 333
334 -cpu-exec.o: cpu-exec.c 334 +cpu-exec.o: cpu-exec.c $(OPC_H)
335 $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $< 335 $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
336 336
337 ######################################################### 337 #########################################################