From Joseph S. Myers <jsm28@cam.ac.uk>:

* ltmain.in: Typo.
This commit is contained in:
Gary V. Vaughan 2001-11-15 01:01:13 +00:00
parent bf264c44ca
commit 6167b16561
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-11-15 Gary Vaughan <gary@gnu.org>
From Joseph S. Myers <jsm28@cam.ac.uk>:
* ltmain.in: Typo.
2001-11-15 Mo DeJong <supermo@bayarea.net>
* ltmain.in: Place parens around a generated relink_command

View File

@ -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.