]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Typo.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Jan 2002 20:55:49 +0000 (20:55 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 22:38:21 +0000 (00:38 +0200)
ChangeLog
config.rpath

index 3baa37a9f0aa6b8d9dff3b340088b3fd301a406f..a9441a0de1eeec8d7db2a2acc6235d4754c86465 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-07  Bruno Haible  <bruno@clisp.org>
+
+       * config.rpath [IRIX]: Fix typo.
+
 2002-01-05  Bruno Haible  <bruno@clisp.org>
 
        * configure.in: Postprocess doc/Makefile.
index 324f42796b338bccadc86b12e23d997d2a2ee48d..c6d41239bff3d342ea718f7016985d0c334eac0a 100755 (executable)
@@ -2,7 +2,7 @@
 # Output a system dependent set of variables, describing how to set the
 # run time search path of an executable in an executable.
 #
-#   Copyright 1996-2001 Free Software Foundation, Inc.
+#   Copyright 1996-2002 Free Software Foundation, Inc.
 #   Taken from GNU libtool, 2001
 #   Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 #
@@ -394,7 +394,7 @@ case "$host_os" in
       *)
         case $LD in
           *-32|*"-32 ") libsuff= shlibsuff= ;;
-          *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 2;;
+          *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 ;;
           *-64|*"-64 ") libsuff=64 shlibsuff=64 ;;
           *) libsuff= shlibsuff= ;;
         esac