]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
Fix parallel build race.
authormshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Nov 2012 13:15:12 +0000 (13:15 +0000)
committermshawcroft <mshawcroft@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Nov 2012 13:15:12 +0000 (13:15 +0000)
commit600368fe326f48dd9e5538f955df97be3a3a9df5
tree996bfa211fb0fdd991ce79439ecb453377da65aa
parent19fb7ad935240079604778d6ae9f2fa66588e650
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).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193691 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in