]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Tim Van Holder <tim.van.holder@pandora.be>
authorGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 22:32:03 +0000 (22:32 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 29 Jun 2001 22:32:03 +0000 (22:32 +0000)
* tests/suffix.test: Typo in 2nd for loop.

ChangeLog
tests/suffix.test

index 4b27bb9101e865caf94ae4acbdee1662d6fe09d1..c640a956df1f09c696c953cca336443df0e7556d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2001-06-29  Gary V. Vaughan  <gary@gnu.org>
 
+       From Tim Van Holder <tim.van.holder@pandora.be>
+       * tests/suffix.test: Typo in 2nd for loop.
+
        From Bruno Haible <haible@ilog.fr>
        * libtool.m4:  undefine the m4 builtin `symbols', so that the
        string `symbols' can be used in the rest of the code without
index 169eccb12132121ab6cbbd81076e249ff8d0afb9..a93732f3596fb4916152dd3cc98e48e4e566c6c2 100755 (executable)
@@ -29,7 +29,7 @@ done
 for name in $bad_names; do
   if ($libtool -n --mode=compile compiler -c $name 2>&1; exit 0) | grep 'cannot'; then :
   else
-    echo "recognized foo.$ext as a valid source file"
+    echo "recognized $name as a valid source file"
     status=1
   fi
 done