configure.in: Fix INSTALLDIR replacement for cross-compile.
( * configure.in: Fix INSTALLDIR replacement for cross-compile. From-SVN: r22196
This commit is contained in:
parent
14aa13f4c4
commit
72ae5d03a1
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ fi
|
|||
if [ -n "${with_cross_host}" ] ; then
|
||||
rm -f Makefile.tem
|
||||
sed \
|
||||
-e 's|INSTALLDIR.*=.*$|INSTALLDIR = $(tooldir)/lib|' \
|
||||
-e 's|\(^[ ]*INSTALLDIR[ ]*=[ ]*\)[^ ;]*|\1$(tooldir)/lib|' \
|
||||
Makefile >Makefile.tem
|
||||
mv -f Makefile.tem Makefile
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue