diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-03-16 14:43:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-03-16 14:43:09 +0000 |
commit | 089b3bd71b25c0f016ab0b71eee6be881f9bf759 (patch) | |
tree | 3e794c22aed83ead17f20a4890effaffe8c1cc8f | |
parent | 0be8bd321b12d605115333c323ef923e4c80143e (diff) | |
download | cygnal-089b3bd71b25c0f016ab0b71eee6be881f9bf759.tar.gz cygnal-089b3bd71b25c0f016ab0b71eee6be881f9bf759.tar.bz2 cygnal-089b3bd71b25c0f016ab0b71eee6be881f9bf759.zip |
* ltmain.sh (relink_command): Fix typo in previous change.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ltmain.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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. @@ -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. |