From f11c3e83c5ce21196606efb463a0403b6d322929 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 20 Jan 1999 08:39:52 +0000 Subject: [PATCH] * ltmain.in (dlpredeps): removed, reverting 1999-01-17's change --- ChangeLog | 4 ++++ ltmain.in | 12 ++---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 47c169da3..df9cbf915 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-01-20 Alexandre Oliva + + * ltmain.in (dlpredeps): removed, reverting 1999-01-17's change + 1999-01-19 Alexandre Oliva * libltdl/Makefile.am (Makefile): depend on libtool diff --git a/ltmain.in b/ltmain.in index 295a68a12..ab1cf7527 100644 --- a/ltmain.in +++ b/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" -- 2.47.2