mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* ltmain.in (output_obj): typo
This commit is contained in:
parent
e816f5f319
commit
b13aa06d7d
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user