From 01bc6d525bd7d139a99d960545c1686ab46e9a9e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 18 Jun 1999 19:05:40 +0000 Subject: [PATCH] (charmaps): Exclude SCCS. (locales): Likewise. (repertoiremaps): Likewise. --- localedata/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/localedata/Makefile b/localedata/Makefile index f4260cbeaf1..f6996473f94 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 -- 2.47.3