diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-03-16 14:42:17 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2002-03-16 14:42:17 +0000 |
commit | 28eca9e87b9e4b0f6f30fda48d2b550299b1cc4b (patch) | |
tree | 6014634dd70a30b8941f71b7f6981fa4229e5c7b /ltmain.sh | |
parent | * cppinit.c: Revert -MD removal. (diff) | |
download | gcc-28eca9e87b9e4b0f6f30fda48d2b550299b1cc4b.tar.gz gcc-28eca9e87b9e4b0f6f30fda48d2b550299b1cc4b.tar.bz2 gcc-28eca9e87b9e4b0f6f30fda48d2b550299b1cc4b.tar.xz |
* ltmain.sh (relink_command): Fix typo in previous change.
From-SVN: r50887
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4305,7 +4305,7 @@ fi\ | |||
4305 | for tag in $taglist; do | 4305 | for tag in $taglist; do |
4306 | tagopts="$tagopts --tag $tag" | 4306 | tagopts="$tagopts --tag $tag" |
4307 | done | 4307 | done |
4308 | relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args" | 4308 | relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args)" |
4309 | relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` | 4309 | relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"` |
4310 | 4310 | ||
4311 | # Only create the output if not a dry run. | 4311 | # Only create the output if not a dry run. |