summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-03-16 14:43:09 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-03-16 14:43:09 +0000
commitba3c59ab0d13a9b2edb88319ef3402021aa3638c (patch)
tree4beb04a028216e1d3da4f23acc898028b2372273
parent0eb7102dc4141bf3348564736c787e260144dd7e (diff)
downloadbinutils-gdb-ba3c59ab0d13a9b2edb88319ef3402021aa3638c.tar.gz
* ltmain.sh (relink_command): Fix typo in previous change.
-rw-r--r--ChangeLog4
-rw-r--r--ltmain.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ce74f78cec..3f0a10dba0c 100644
--- 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.
diff --git a/ltmain.sh b/ltmain.sh
index e9b2634d229..c3547e5a561 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.