From: Eric Estievenart Date: Tue, 3 Nov 1998 22:04:13 +0000 (+0000) Subject: * ltmain.in (output_obj): typo X-Git-Tag: start~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13aa06d7dc5103e673236cf0257da5092143f5f;p=thirdparty%2Flibtool.git * ltmain.in (output_obj): typo --- 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.