mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-25 21:31:52 +08:00
configure.in: Place definition of MULTISUBDIR in libsupc++/Makefile as is done for src/Makefile.
2001-01-23 Chris Demetriou <cgd@broadcom.com> * configure.in: Place definition of MULTISUBDIR in libsupc++/Makefile as is done for src/Makefile. * configure: Regenerate. From-SVN: r39205
This commit is contained in:
parent
3fb74b82af
commit
c8f33f223b
@ -1,3 +1,9 @@
|
||||
2001-01-23 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* configure.in: Place definition of MULTISUBDIR in
|
||||
libsupc++/Makefile as is done for src/Makefile.
|
||||
* configure: Regenerate.
|
||||
|
||||
2001-01-23 Phil Edwards <pme@sources.redhat.com>
|
||||
|
||||
* acinclude.m4: Cosmetic changes only.
|
||||
|
1640
libstdc++-v3/configure
vendored
1640
libstdc++-v3/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -297,14 +297,15 @@ if test ! -d "$blddir/include"; then
|
||||
fi
|
||||
|
||||
# NB: Multilibs need MULTISUBDIR defined correctly in src/Makefile.am
|
||||
# so that multilib installs will end up installed in the correct
|
||||
# place. To work around this not being passed down from config-ml.in
|
||||
# -> top_srcdir/Makefile.am -> top_srcdir/src/Makefile.am, manually
|
||||
# append it here.
|
||||
# and libsupc++/Makefile.am so that multilib installs will end up
|
||||
# installed in the correct place. To work around this not being passed
|
||||
# down from config-ml.in -> top_srcdir/Makefile.am ->
|
||||
# top_srcdir/{src,libsupc++}/Makefile.am, manually append it here.
|
||||
AC_OUTPUT(tests_flags mkcheck Makefile src/Makefile libmath/Makefile libio/Makefile libsupc++/Makefile,
|
||||
[if test -n "$CONFIG_FILES"; then
|
||||
ac_file=Makefile . ${glibcpp_basedir}/../config-ml.in
|
||||
grep '^MULTISUBDIR =' Makefile >> src/Makefile
|
||||
grep '^MULTISUBDIR =' Makefile >> libsupc++/Makefile
|
||||
fi
|
||||
chmod +x tests_flags
|
||||
chmod +x mkcheck
|
||||
|
Loading…
x
Reference in New Issue
Block a user