Commit 47c4d8f06bc53b331b899654d5e2e2642b3ce9ae
1 parent
8bb1f9c5
Fix PowerPC target objects dependencies
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3263 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
Makefile.target
| ... | ... | @@ -624,8 +624,8 @@ translate.o: cpu.h exec-all.h disas.h |
| 624 | 624 | endif |
| 625 | 625 | |
| 626 | 626 | ifeq ($(TARGET_BASE_ARCH), ppc) |
| 627 | -op.o: op.c op_template.h op_mem.h | |
| 628 | -op_helper.o: op_helper_mem.h | |
| 627 | +op.o: op.c op_template.h op_mem.h op_helper.h | |
| 628 | +op_helper.o: op_helper.c mfrom_table.c op_helper_mem.h op_helper.h | |
| 629 | 629 | translate.o: translate.c translate_init.c |
| 630 | 630 | endif |
| 631 | 631 | ... | ... |