diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 04:33:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-20 04:33:16 +0000 |
commit | df152cc80e60dc8bf7167a62ee26cb19a9a675d3 (patch) | |
tree | a21dc460c0bc8d84bc1b83282dbcdb57392e575f /localedata/Makefile | |
parent | ec4ae3b891da3b7c0a0938c0b100178207ad2cc3 (diff) | |
download | glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.tar.gz glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.tar.xz glibc-df152cc80e60dc8bf7167a62ee26cb19a9a675d3.zip |
Update.
* stdlib/jrand48_r.c (__jrand48_r): Correct constructing of results. Reported by Jeff Higham <jhigham@algorithmics.com>. * stdlib/tst-rand48.c: New file. * stdlib/Makefile (tests): Add tst-rand48.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index dc8b323b8a..235c7b962a 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -123,7 +123,7 @@ ifeq (no,$(cross-compiling)) # We have to generate locales LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \ en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \ - hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS + hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g') CHARMAPS := $(shell echo "$(LOCALES)"|sed 's/[^ .]*[.]\([^ ]*\)/\1/g') CTYPE_FILES = $(addsuffix /LC_CTYPE,$(LOCALES)) |