diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.rpath | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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. diff --git a/config.rpath b/config.rpath index 324f427..c6d4123 100755 --- a/config.rpath +++ b/config.rpath @@ -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 |