source: trunk/third/gcc/cp/mpw-config.in @ 11288

Revision 11288, 498 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r11287, which included commits to RCS files with non-trunk default branches.
Line 
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
10sed -e '/$@ \\/{N;s/$@ \\./$@ /;P;D;}' \Option-d
11    "{srcdir}"Makefile.in >"{o}"hacked_Makefile.in
Note: See TracBrowser for help on using the repository browser.