Makefile.inc1: Unbreak buildworld
authorJohn Marino <netbsd@marino.st>
Wed, 3 Oct 2012 00:42:34 +0000 (02:42 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 3 Oct 2012 08:33:48 +0000 (10:33 +0200)
commitce38cc158226ab53f412af0f540e6a2e9d53b70f
treece64eadec1224cd8f74c23a5d611a10a08e368d7
parent5113665d247a66868f45dfc59719c9e59b98f9c1
Makefile.inc1: Unbreak buildworld

There was a bootstrap problem with gcc47.
For systems without gcc47 (which is almost all of them), the buildworld
failed on the first gcc47 libraries which require gcc47 to build.  The
gnu/lib/gcc47/csu target was duplicated and the makefile was attempting
to build it before gcc47 was installed.
Makefile.inc1