]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove spurious ^M.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2001 14:35:42 +0000 (14:35 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2001 14:35:42 +0000 (14:35 +0000)
ltmain.sh

index 766732da8440bd83b7558219a1efd41567c6fa8d..12abf87a56a54b30c5fcf8c91633d06e7c3fb510 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -2623,7 +2623,7 @@ static const void *lt_preloaded_setup() {
          # linked before any other PIC object.  But we must not use
          # pic_flag when linking with -static.  The problem exists in
          # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
-         *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)\r
+         *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
            case "$compile_command " in
            *" -static "*) ;;
            *) pic_flag_for_symtable=" $pic_flag -DPIC -DFREEBSD_WORKAROUND";;