Commit 1b14496f by Jason Merrill Committed by Jason Merrill

* configure.in: Fix INSTALLDIR sed pattern for Solaris sed.

From-SVN: r25419
parent 82a298a9
1999-02-24 Jason Merrill <jason@yorick.cygnus.com>
* configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
Sat Feb 20 13:17:17 1999 Jeffrey A Law (law@cygnus.com)
* string, std/straits.h, std/bastring.h: Revert recent change. Needs
......
......@@ -150,7 +150,7 @@ LN_S=$LN_S
if [ -n "${with_cross_host}" ] ; then
rm -f Makefile.tem
sed \
-e 's|\(^[ ]*INSTALLDIR[ ]*=[ ]*\)\$(libdir)|\1$(tooldir)/lib|' \
-e 's|^\([ ]*INSTALLDIR[ ]*=[ ]*\)\$(libdir)|\1$(tooldir)/lib|' \
Makefile >Makefile.tem
mv -f Makefile.tem Makefile
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment