sim-card
/
qemu
Archived
10
0
Fork 0

Fix PowerPC target objects dependencies

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3263 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
j_mayer 2007-09-29 13:20:12 +00:00
parent 8bb1f9c51c
commit 47c4d8f06b
1 changed files with 2 additions and 2 deletions

View File

@ -624,8 +624,8 @@ translate.o: cpu.h exec-all.h disas.h
endif
ifeq ($(TARGET_BASE_ARCH), ppc)
op.o: op.c op_template.h op_mem.h
op_helper.o: op_helper_mem.h
op.o: op.c op_template.h op_mem.h op_helper.h
op_helper.o: op_helper.c mfrom_table.c op_helper_mem.h op_helper.h
translate.o: translate.c translate_init.c
endif