From 7d898359ef1e2d5e83b8686d3ce1c357b7dc14f9 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 29 Apr 1999 07:13:25 +0000 Subject: [PATCH] * ltmain.in (nlist, SYMFILE): Use outputname instead of output for names within output_objdir. --- ChangeLog | 5 +++++ ltmain.in | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fa0077ca7..972b40c02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-04-29 Alexandre Oliva + + * ltmain.in (nlist, SYMFILE): Use outputname instead of output for + names within output_objdir. + 1999-04-28 Alexandre Oliva * libtool.m4 (AC_ENABLE_SHARED, AC_ENABLE_STATIC, diff --git a/ltmain.in b/ltmain.in index afa8bb9ec..d1c2ad8df 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2918,7 +2918,7 @@ EOF "") ;; *.c) # Discover the nlist of each of the dlfiles. - nlist="$output_objdir/${output}.nm" + nlist="$output_objdir/${outputname}.nm" $show "$rm $nlist ${nlist}S ${nlist}T" $run $rm "$nlist" "${nlist}S" "${nlist}T" @@ -3067,8 +3067,8 @@ static const void *lt_preloaded_setup() { $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T" # Transform the symbol file into the correct name. - compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${output}S.${objext}%"` - finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${output}S.${objext}%"` + compile_command=`$echo "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` + finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%"` ;; *) $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2 -- 2.47.3