diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-25 16:38:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-25 16:38:08 +0000 |
commit | 6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf (patch) | |
tree | 553e0d2a878823d9f9a7d6c0dae098e10d981e2f /localedata | |
parent | 68b506045507245594280b53e1ccdd425bc0a6a5 (diff) | |
download | glibc-6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf.tar.gz glibc-6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf.tar.xz glibc-6f5ea8c71731adb6fc5b364e7aa6dd59dba96fdf.zip |
Update. glibc-2.0.92 cvs/glibc-2_0_92
* sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h. * sysdeps/unix/sysv/linux/alpha/Dist: Likewise. * sysdeps/generic/stub_warning: Removed. * Makefile (distribute): Add include/des.h. * manual/Makefile (distribute): Change dir-add.texi to dir-add.texinfo.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8fb04ef3a2..c7ce0b7018 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1998-03-25 Ulrich Drepper <drepper@cygnus.com> + + * Makefile (distribute): Add tst-locale.sh. + 1998-03-24 12:14 Ulrich Drepper <drepper@cygnus.com> * Makefile (distribute): Add SUPPORTED. diff --git a/localedata/Makefile b/localedata/Makefile index 0695931b70..fbe40ee8d8 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -44,7 +44,7 @@ ld-test-srcs := $(addprefix tests/,$(addsuffix .cm,$(ld-test-names)) \ distribute := CHECKSUMS tst-fmon.sh tst-fmon.data ChangeLog sort-test.sh \ README mnemonic.ds fr_CA,2.13.in de_DE.in da_DK.in \ $(charmaps) $(locales) $(ld-test-srcs) tst-rpmatch.sh \ - SUPPORTED + SUPPORTED tst-locale.sh # Get $(inst_i18ndir) defined. include ../Makeconfig |