libstdc++47: Fix c++config.h race
authorJohn Marino <draco@marino.st>
Mon, 1 Oct 2012 12:52:03 +0000 (14:52 +0200)
committerJohn Marino <draco@marino.st>
Mon, 1 Oct 2012 12:52:03 +0000 (14:52 +0200)
commit72036313cff675e6634202d26198dde932caabbf
tree6f00a30ea05900e85810ced7b0b1adeba7abc35b
parentf0140465f072dacd8b485e76b254a999329a1d3c
libstdc++47: Fix c++config.h race

With high job numbers, sometimes c++config.h would get included before
it finished getting generated.  Solve this race by using "depend all"
which should ensure c++config.h gets generated before anything else
in libstdc++ starts to build.
gnu/lib/gcc47/libstdc++/Makefile