From b13aa06d7dc5103e673236cf0257da5092143f5f Mon Sep 17 00:00:00 2001 From: Eric Estievenart Date: Tue, 3 Nov 1998 22:04:13 +0000 Subject: [PATCH] * ltmain.in (output_obj): typo --- ChangeLog | 4 ++++ ltmain.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c08625eca..84544d59f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-11-03 Eric Estievenart + + * ltmain.in (output_obj): typo + 1998-11-02 Ian Lance Taylor * ltconfig.in: For sunos4, add ${libname}.so$versuffix to diff --git a/ltmain.in b/ltmain.in index e58154a08..15172dd4e 100644 --- a/ltmain.in +++ b/ltmain.in @@ -372,7 +372,7 @@ if test -z "$show_help"; then # Calculate the filename of the output object if compiler does # not support -o with -c if test "$compiler_c_o" = no; then - output_obj=`$echo "$Xsrcfile" | $Xsed -e 's%^.*/%%' -e 's%\..*$%%'`.o + output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\..*$%%'`.o fi # Only build a PIC object if we are building libtool libraries. -- 2.47.2