mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
From Joseph S. Myers <jsm28@cam.ac.uk>:
* ltmain.in: Typo.
This commit is contained in:
parent
bf264c44ca
commit
6167b16561
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user