From: Bruno Haible Date: Mon, 7 Jan 2002 20:55:49 +0000 (+0000) Subject: Typo. X-Git-Tag: v0.11~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8ef5ecc801c69aaa1ef48251d51c6c61e0c475a;p=thirdparty%2Fgettext.git Typo. --- diff --git a/ChangeLog b/ChangeLog index 3baa37a9f..a9441a0de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-07 Bruno Haible + + * config.rpath [IRIX]: Fix typo. + 2002-01-05 Bruno Haible * configure.in: Postprocess doc/Makefile. diff --git a/config.rpath b/config.rpath index 324f42796..c6d41239b 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 , 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