]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Edward Lee <tailbert@yahoo.com>
authorGary V. Vaughan <gary@gnu.org>
Thu, 5 Apr 2001 23:16:16 +0000 (23:16 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 5 Apr 2001 23:16:16 +0000 (23:16 +0000)
* libtool.m4: Typos.

ChangeLog
libtool.m4

index 21affb583bdf4468b5f8948bd3bdb445a9509290..648ca4d24e77e52ee2d2941599f001dc9152daeb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-04-05  Gary V. Vaughan  <gvv@techie.com>
 
+       From Edward Lee <tailbert@yahoo.com>
+       * libtool.m4: Typos.
+
        * tests/Makefile.am (TESTS): Delete references to depdemo-dups.test.
        * tests/depdemo-dups.test:  Removed, as part of the patch
        reversion below.
index baed6d067cc4dbe86b18297adbcf4d8133641fed..920a54a8340d14f8fee33b905f58ba119d833542 100644 (file)
@@ -1,4 +1,4 @@
-## libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
+# libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
 ## Copyright 1996, 1997, 1998, 1999, 2000, 2001
 ## Free Software Foundation, Inc.
 ## Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
@@ -1243,7 +1243,7 @@ EOF
       test -f $output_objdir/impgen.exe || (cd $output_objdir && \
       if test "x$HOST_CC" != "x" ; then $HOST_CC -o impgen impgen.c ; \
       else $CC -o impgen impgen.c ; fi)~
-      $output_objdir/impgen $dir/$soroot1 > $output_objdir/$soname-def'
+      $output_objdir/impgen $dir/$soroot > $output_objdir/$soname-def'
 
     old_archive_from_expsyms_cmds='$DLLTOOL --as=$AS --dllname $soname --def $output_objdir/$soname-def --output-lib $output_objdir/$newlib'