+1998-11-03 Eric Estievenart <eric@via.ecp.fr>
+
+ * ltmain.in (output_obj): typo
+
1998-11-02 Ian Lance Taylor <ian@cygnus.com>
* ltconfig.in: For sunos4, add ${libname}.so$versuffix to
# 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.