Commit c281868e2675efc737fd99961ab083456bcdab35
1 parent
3c07f8e8
Add dependency for fop_template.c.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2344 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
Makefile.target
| @@ -542,7 +542,7 @@ translate.o: translate.c translate_init.c | @@ -542,7 +542,7 @@ translate.o: translate.c translate_init.c | ||
| 542 | endif | 542 | endif |
| 543 | 543 | ||
| 544 | ifeq ($(TARGET_ARCH), mips) | 544 | ifeq ($(TARGET_ARCH), mips) |
| 545 | -op.o: op.c op_template.c op_mem.c | 545 | +op.o: op.c op_template.c fop_template.c op_mem.c |
| 546 | op_helper.o: op_helper_mem.c | 546 | op_helper.o: op_helper_mem.c |
| 547 | endif | 547 | endif |
| 548 | 548 |