Re: [PATCH v3 03/18] move generated_files order-only dependency later

2013-09-16 Thread Paolo Bonzini
Il 20/08/2013 15:59, Tom Tromey ha scritto: > There is an order-only dependency in gcc/Makefile.in that tries to > build the generated files before compiling regular objects. However, > this appears too early, and so at the time it is seen by make, > GCOV_OBJS and GCOV_DUMP_OBJS have not yet been

[PATCH v3 03/18] move generated_files order-only dependency later

2013-08-20 Thread Tom Tromey
There is an order-only dependency in gcc/Makefile.in that tries to build the generated files before compiling regular objects. However, this appears too early, and so at the time it is seen by make, GCOV_OBJS and GCOV_DUMP_OBJS have not yet been set. This patch fixes the problem and prevents any