]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (nlist, SYMFILE): Use outputname instead of output for
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 29 Apr 1999 07:13:25 +0000 (07:13 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 29 Apr 1999 07:13:25 +0000 (07:13 +0000)
names within output_objdir.

ChangeLog
ltmain.in

index fa0077ca76f83b02eb8c8326dbf1b81f6619e893..972b40c0287c20d3e0dd1e673772e4759250b35c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-04-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * ltmain.in (nlist, SYMFILE): Use outputname instead of output for
+       names within output_objdir.
+
 1999-04-28  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * libtool.m4 (AC_ENABLE_SHARED, AC_ENABLE_STATIC,
index afa8bb9ecfede30fda82dd2ed81381b241c546dd..d1c2ad8df41cf31ad536b02c790ab38b6f517489 100644 (file)
--- 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