From: Alexandre Oliva Date: Sat, 16 Mar 2002 14:43:09 +0000 (+0000) Subject: * ltmain.sh (relink_command): Fix typo in previous change. X-Git-Tag: binutils-2_13-branchpoint~1723 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba3c59ab0d13a9b2edb88319ef3402021aa3638c;p=external%2Fbinutils.git * ltmain.sh (relink_command): Fix typo in previous change. --- diff --git a/ChangeLog b/ChangeLog index 5ce74f7..3f0a10d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-16 Alexandre Oliva + + * ltmain.sh (relink_command): Fix typo in previous change. + 2002-03-15 Alexandre Oliva * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it. diff --git a/ltmain.sh b/ltmain.sh index e9b2634..c3547e5 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -4305,7 +4305,7 @@ fi\ for tag in $taglist; do tagopts="$tagopts --tag $tag" 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"` # Only create the output if not a dry run.