Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / gcc / cp / mpw-config.in
1 # Configuration fragment for G++.
2 # Most of the real configuration work happens in the main GCC configure.
3
4 # We need to join some lines in the Makefile.in before the sed
5 # process will work properly.  The funky little sed script works by
6 # recognizing lines with a trailing '$@ \', adding the next line to
7 # its "pattern space", editing out the backslash and line, then
8 # putting the result out.
9
10 sed -e '/$@ \\/{N;s/$@ \\./$@ /;P;D;}' \Option-d
11     "{srcdir}"Makefile.in >"{o}"hacked_Makefile.in