]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* ltmain.sh (relink_command): Fix typo in previous change.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 16 Mar 2002 14:42:17 +0000 (14:42 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 16 Mar 2002 14:42:17 +0000 (14:42 +0000)
From-SVN: r50887

ChangeLog
ltmain.sh

index b49abaa617a76efc1415393ffbc37e156a320cbb..5e5722b5db52ce2a629885303ecda5a2eeaa885b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>
 
        * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
index e9b2634d2298cf0c1a400bede6968fe9cb59f500..c3547e5a5616fe295eb4520d49735679f436ec3f 100644 (file)
--- 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.