]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (output_obj): typo
authorEric Estievenart <eric@via.ecp.fr>
Tue, 3 Nov 1998 22:04:13 +0000 (22:04 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 3 Nov 1998 22:04:13 +0000 (22:04 +0000)
ChangeLog
ltmain.in

index c08625eca31f6b57511381d581d4d513120f82c6..84544d59f234cb83c028a2e992256bb676ff6492 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e58154a08629c4196a49ea513a51466ec3a7955b..15172dd4eff3542426f7419c293ce71ca58b120e 100644 (file)
--- 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.