* configure.in: Fix INSTALLDIR sed pattern for Solaris sed.
From-SVN: r25419
This commit is contained in:
parent
82a298a97d
commit
1b14496f06
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user