mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Fix parallel build (broken by commit r4407)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4423 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a808000672
commit
c96402b11e
1 changed files with 1 additions and 1 deletions
|
@ -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 $@ $<
|
||||
|
||||
#########################################################
|
||||
|
|
Loading…
Reference in a new issue