From 1d3fb4e0616f7bd606406eb9a144dea0786cba3d Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 19 Nov 1998 13:54:59 +0000 Subject: [PATCH] * ltmain.in (output_objdir): compute it from $output, not $arg --- ChangeLog | 4 ++++ ltmain.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76db554e8..2e9001e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-11-19 Alexandre Oliva + + * ltmain.in (output_objdir): compute it from $output, not $arg + 1998-11-18 Alexandre Oliva * NEWS: -module and libtldl diff --git a/ltmain.in b/ltmain.in index d716721df..82f3d9c6d 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1723,8 +1723,8 @@ EOF finalize_command=`$echo "X$finalize_command" | $Xsed -e "s%@HARDCODE_LIBDIRS@%$hardcode_libdirs%g"` fi - output_objdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'` - if test "X$output_objdir" = "X$arg"; then + output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'` + if test "X$output_objdir" = "X$output"; then output_objdir="$objdir" else output_objdir="$output_objdir/$objdir" -- 2.47.2