Skip to content

Commit

Permalink
* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53297 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ro committed May 8, 2002
1 parent ac3345f commit 2eb4509
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config-ml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eb4509

Please sign in to comment.