mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
From-SVN: r53297
This commit is contained in:
parent
83b35bd149
commit
a89e49c724
@ -1,3 +1,7 @@
|
||||
2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
|
||||
|
||||
2002-05-06 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* ltmain.sh: Detect and handle object name conflicts
|
||||
|
@ -756,7 +756,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
|
||||
esac
|
||||
|
||||
# FIXME: POPDIR=${PWD=`pwd`} doesn't work here.
|
||||
ML_POPDIR=`pwd`
|
||||
ML_POPDIR=`${PWDCMD-pwd}`
|
||||
cd ${ml_dir}/${ml_libdir}
|
||||
|
||||
if [ -f ${ml_newsrcdir}/configure ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user