mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-04-06 16:20:23 +08:00
* ltmain.in (dependency_libs): There is no reason to infer that
the pseudo library is invalid if dependency_libs='' at install-time, or else libltdl/libltdl.la is invalid!!
This commit is contained in:
parent
64d9b880c5
commit
e44bc21c59
@ -1,3 +1,9 @@
|
||||
1999-03-19 Gary V. Vaughan <gvaughan@oranda.demon.co.uk>
|
||||
|
||||
* ltmain.in (dependency_libs): There is no reason to infer that
|
||||
the pseudo library is invalid if dependency_libs='' at
|
||||
install-time, or else libltdl/libltdl.la is invalid!!
|
||||
|
||||
1999-03-18 Thomas Tanner <tanner@gmx.de>
|
||||
|
||||
* merged my inter-library dependencies code from the ILD branch:
|
||||
|
@ -3683,7 +3683,6 @@ relink_command=\"$relink_command\""
|
||||
fi
|
||||
|
||||
relink_command=
|
||||
dependency_libs=
|
||||
# If there is no directory component, then add one.
|
||||
case "$file" in
|
||||
*/* | *\\*) . $file ;;
|
||||
@ -3691,7 +3690,7 @@ relink_command=\"$relink_command\""
|
||||
esac
|
||||
|
||||
# Check the variables that should have been set.
|
||||
if test -z "$dependency_libs" || test -z "$relink_command"; then
|
||||
if test -z "$relink_command"; then
|
||||
$echo "$modename: invalid libtool pseudo library \`$file'" 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user