* ltmain.in (output_obj): typo

This commit is contained in:
Eric Estievenart 1998-11-03 22:04:13 +00:00 committed by Alexandre Oliva
parent e816f5f319
commit b13aa06d7d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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.