diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 15:35:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 15:35:52 +0000 |
commit | 3f80a33b99e9b86ce7cbae9530df81367c884568 (patch) | |
tree | dfa0905c37d4bba90476a96f7c08c7f8b72ee9db /localedata/Makefile | |
parent | 7cd1708f76f78fe027a02ad89f58975174a5bd5a (diff) | |
download | glibc-3f80a33b99e9b86ce7cbae9530df81367c884568.tar.gz glibc-3f80a33b99e9b86ce7cbae9530df81367c884568.tar.xz glibc-3f80a33b99e9b86ce7cbae9530df81367c884568.zip |
Update.
1999-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de> * elf/dlfcn.h: Fix typo. * sysdeps/generic/bits/dlfcn.h: Likewise. * sysdeps/mips/bits/dlfcn.h: Likewise.
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 d53d523c10..7ee2ace0e7 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998, 1999 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 @@ -37,7 +37,7 @@ repertoiremaps := $(filter-out $(addprefix repertoiremaps/, CVS RCS %~), \ test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch test-input := de_DE.ISO-8859-1 da_DK.ISO-8859-1 fr_CA,2.13.ISO-8859-1 \ - hr_HR.ISO-8859-2 + hr_HR.ISO-8859-2 # once it is fixed: cs_CZ.ISO-8859-2 test-input-data = $(addsuffix .in, $(basename $(test-input))) test-output := $(foreach s, .out .xout, \ $(addsuffix $s, $(basename $(test-input)))) |