1998-09-21 Ben Elliston <bje@cygnus.com>
[official-gcc.git] / gcc / cp / mpw-config.in
blob88dd85f72e9fe63e5dc424a8ca7f6eeea8f574f0
1 # Configuration fragment for G++.
2 # Most of the real configuration work happens in the main GCC configure.
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.
10 sed -e '/$@ \\/{N;s/$@ \\./$@ /;P;D;}' \Option-d
11     "{srcdir}"Makefile.in >"{o}"hacked_Makefile.in