gcc5: Fix quickworld.
authorSascha Wildner <saw@online.de>
Fri, 10 Jul 2015 06:47:28 +0000 (08:47 +0200)
committerSascha Wildner <saw@online.de>
Fri, 10 Jul 2015 06:47:28 +0000 (08:47 +0200)
commitf9fe4c29da01a5fe838dbeb622c453040e99f33a
treede6b25821e0cebf0aa46ebdd81e398b97b826868
parent1427a8b7a5d2dfdb4ebe746e4486b42e7df46cb0
gcc5: Fix quickworld.

When copying the Makefile from gcc47, the writing of a comment line to
configargs.h about it being a generated file was removed, but the output
redirection was not adjusted to create the file from scratch.

This led to quickworld just appending to the existing header in /usr/obj
and resultant build errors.
gnu/usr.bin/cc50/cc_prep/Makefile