Commit 28eca9e8 by Alexandre Oliva Committed by Alexandre Oliva

* ltmain.sh (relink_command): Fix typo in previous change.

From-SVN: r50887
parent b3124fac
2002-03-16 Alexandre Oliva <aoliva@redhat.com>
* ltmain.sh (relink_command): Fix typo in previous change.
2002-03-15 Alexandre Oliva <aoliva@redhat.com> 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
* ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it. * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
......
...@@ -4305,7 +4305,7 @@ fi\ ...@@ -4305,7 +4305,7 @@ fi\
for tag in $taglist; do for tag in $taglist; do
tagopts="$tagopts --tag $tag" tagopts="$tagopts --tag $tag"
done done
relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args" relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args)"
relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
# Only create the output if not a dry run. # Only create the output if not a dry run.
......
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