diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-06-18 19:04:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-06-18 19:04:23 +0000 |
commit | 7db0da77fe057ce4eb3b0477f787c5a6034c23f4 (patch) | |
tree | 795bc32b3b7bdddbc65c0c87a963d5fd2454d667 /localedata/Makefile | |
parent | 5ce1e7f91e4c94ec5348cb499d18e0951edf8f48 (diff) | |
download | glibc-7db0da77fe057ce4eb3b0477f787c5a6034c23f4.tar.gz glibc-7db0da77fe057ce4eb3b0477f787c5a6034c23f4.tar.xz glibc-7db0da77fe057ce4eb3b0477f787c5a6034c23f4.zip |
Update.
1999-06-18 H.J. Lu <hjl@gnu.org> * localedata/Makefile (charmaps): Exclude SCCS. (locales): Likewise. (repertoiremaps): Likewise. * sysdeps/generic/bsd-_setjmp.c: Include setjmp.h. * sysdeps/generic/bsd-setjmp.c: Likewise.
Diffstat (limited to 'localedata/Makefile')
-rw-r--r-- | localedata/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 099a301b1a..fc588e1f43 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -23,16 +23,16 @@ subdir := localedata all: # Make this the default target; it will be defined in Rules. # List with all available character set descriptions. -charmaps := $(filter-out $(addprefix charmaps/, CVS RCS %~), \ +charmaps := $(filter-out $(addprefix charmaps/, CVS RCS SCCS %~), \ $(wildcard charmaps/[A-I]*) \ $(wildcard charmaps/[J-Z]*)) # List with all available character set descriptions. -locales := $(filter-out $(addprefix locales/, CVS RCS %~), \ +locales := $(filter-out $(addprefix locales/, CVS RCS SCCS %~), \ $(wildcard locales/*)) # List of repertoire maps. -repertoiremaps := $(filter-out $(addprefix repertoiremaps/, CVS RCS %~), \ +repertoiremaps := $(filter-out $(addprefix repertoiremaps/, CVS RCS SCCS %~), \ $(wildcard repertoiremaps/*)) test-srcs := collate-test xfrm-test tst-fmon tst-rpmatch |