mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* ltmain.in (dlpredeps): removed, reverting 1999-01-17's change
This commit is contained in:
parent
508d8894a0
commit
f11c3e83c5
@ -1,3 +1,7 @@
|
||||
1999-01-20 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltmain.in (dlpredeps): removed, reverting 1999-01-17's change
|
||||
|
||||
1999-01-19 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* libltdl/Makefile.am (Makefile): depend on libtool
|
||||
|
12
ltmain.in
12
ltmain.in
@ -616,7 +616,6 @@ compiler."
|
||||
avoid_version=no
|
||||
dlfiles=
|
||||
dlprefiles=
|
||||
dlpredeps=
|
||||
export_dynamic=no
|
||||
export_symbols=
|
||||
generated=
|
||||
@ -976,7 +975,8 @@ compiler."
|
||||
else
|
||||
# We should not create a dependency on this library, but we
|
||||
# may need any libraries it requires.
|
||||
dlpredeps="$dlpredeps$dependency_libs"
|
||||
compile_command="$compile_command$dependency_libs"
|
||||
finalize_command="$finalize_command$dependency_libs"
|
||||
prev=
|
||||
continue
|
||||
fi
|
||||
@ -2049,10 +2049,6 @@ static const void *lt_preloaded_setup() {
|
||||
compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
|
||||
finalize_command=`$echo "X$finalize_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
|
||||
|
||||
# Append dependencies from dlopened modules
|
||||
compile_command="$compile_command$dlpredeps"
|
||||
finalize_command="$finalize_command$dlpredeps"
|
||||
|
||||
# We have no uninstalled library dependencies, so finalize right now.
|
||||
$show "$compile_command"
|
||||
$run eval "$compile_command"
|
||||
@ -2063,10 +2059,6 @@ static const void *lt_preloaded_setup() {
|
||||
compile_command=`$echo "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
|
||||
finalize_command=`$echo "X$finalize_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'T%g'`
|
||||
|
||||
# Append dependencies from dlopened modules
|
||||
compile_command="$compile_command$dlpredeps"
|
||||
finalize_command="$finalize_command$dlpredeps"
|
||||
|
||||
# Create the binary in the object directory, then wrap it.
|
||||
if test ! -d $output_objdir; then
|
||||
$show "$mkdir $output_objdir"
|
||||
|
Loading…
Reference in New Issue
Block a user