Fix parallel build race.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Wed, 21 Nov 2012 13:15:12 +0000 (13:15 +0000)
committerMarcus Shawcroft <mshawcroft@gcc.gnu.org>
Wed, 21 Nov 2012 13:15:12 +0000 (13:15 +0000)
commitc3e3d235489be0ffa764ab81f4d018b96b2a0d16
tree996bfa211fb0fdd991ce79439ecb453377da65aa
parentdeadf3adbd73f73533b2a05403391e6e46f6225a
Fix parallel build race.

gengtype-lex.c is built twice, once for BUILD and once for HOST, but
the BUILD flavour is missing a dependency on $(BCONFIG_H).

2012-11-21  Marcus Shawcroft  <marcus.shawcroft@arm.com>

* Makefile.in (gengtype-lex.o): Add dependency on $(BCONFIG_H).

From-SVN: r193691
gcc/ChangeLog
gcc/Makefile.in