diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-02 20:12:35 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-02 20:12:35 +0000 |
commit | a95c0bd15ec9aa8b0004994564f48d57f6aba207 (patch) | |
tree | 55778e8cc2d80e3e6f82d2af2f4b16a019e08731 /libstdc++/configure.in | |
parent | c23553037b8924572a3fc54bfa263bbb6e21d996 (diff) | |
download | gcc-a95c0bd15ec9aa8b0004994564f48d57f6aba207.tar.gz |
* Makefile.in (RELINSTALLDIR): New. Use it to make symlinks.
* configure.in: Fix INSTALLDIR replacement for cross-compile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22197 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++/configure.in')
-rw-r--r-- | libstdc++/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++/configure.in b/libstdc++/configure.in index 6e614907b56..09f645fd170 100644 --- a/libstdc++/configure.in +++ b/libstdc++/configure.in @@ -107,7 +107,7 @@ LIBC_INTERFACE=${libc_interface} if [ -n "${with_cross_host}" ] ; then rm -f Makefile.tem sed \ - -e 's|\(INSTALLDIR[ ]*=[ ]*\)[^ ;]*|\1$(tooldir)/lib|' \ + -e 's|\(^[ ]*INSTALLDIR[ ]*=[ ]*\)[^ ;]*|\1$(tooldir)/lib|' \ Makefile >Makefile.tem mv -f Makefile.tem Makefile fi |