diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-03 12:41:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-03 12:41:01 +0000 |
commit | 4e9a34c48f7f1efcc0d050689ba2a94b6ea873b8 (patch) | |
tree | 538901851099d8b058c8548ae4c9e40a40da87e7 /localedata/Makefile | |
parent | e57931a8261389d27817543952232eab48469475 (diff) | |
download | glibc-4e9a34c48f7f1efcc0d050689ba2a94b6ea873b8.tar.gz glibc-4e9a34c48f7f1efcc0d050689ba2a94b6ea873b8.tar.xz glibc-4e9a34c48f7f1efcc0d050689ba2a94b6ea873b8.zip |
Update.
1999-05-03 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/arm/Dist: Add sigrestorer.S.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 5bb4702beb..c071f53dfb 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -51,7 +51,8 @@ generated-dirs := $(basename $(test-input)) en_US $(ld-test-names) distribute := CHECKSUMS README SUPPORTED ChangeLog \ $(charmaps) $(locales) $(repertoiremaps) \ tst-rpmatch.sh tst-locale.sh tst-fmon.sh sort-test.sh \ - tst-fmon.data $(test-input-data) $(ld-test-srcs) + tst-fmon.data $(test-input-data) $(ld-test-srcs) \ + th_TH.in cs_CZ.in # Get $(inst_i18ndir) defined. include ../Makeconfig |