From: Gary V. Vaughan Date: Thu, 15 Nov 2001 01:01:13 +0000 (+0000) Subject: From Joseph S. Myers : X-Git-Tag: release-1-4d~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6167b1656173626933750104b9bb2a9612aff5aa;p=thirdparty%2Flibtool.git From Joseph S. Myers : * ltmain.in: Typo. --- diff --git a/ChangeLog b/ChangeLog index 747f5f488..930aeb513 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-15 Gary Vaughan + + From Joseph S. Myers : + * ltmain.in: Typo. + 2001-11-15 Mo DeJong * ltmain.in: Place parens around a generated relink_command diff --git a/ltmain.in b/ltmain.in index 483d794a0..7d295408e 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2908,8 +2908,8 @@ EOF fi done else - # Error occured in the first compile. Let's try to salvage the situation: - # Compile a seperate program for each library. + # Error occured in the first compile. Let's try to salvage + # the situation: Compile a separate program for each library. for i in $deplibs; do name="`expr $i : '-l\(.*\)'`" # If $name is empty we are operating on a -L argument.