From 9d65ea3a9b83ac3961229ba296a7caf90abce68d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 17 Nov 2011 12:33:33 -0500 Subject: Remove handling of VCs other then git --- localedata/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'localedata/Makefile') diff --git a/localedata/Makefile b/localedata/Makefile index 51c61a7700..4c4acd34f9 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -23,13 +23,10 @@ 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 SCCS %~), \ - $(wildcard charmaps/[A-I]*) \ - $(wildcard charmaps/[J-Z]*)) +charmaps := $(wildcard charmaps/[A-I]*) $(wildcard charmaps/[J-Z]*) # List with all available character set descriptions. -locales := $(filter-out $(addprefix locales/, CVS RCS SCCS %~), \ - $(wildcard locales/*)) +locales := $(wildcard locales/*) subdir-dirs = tests-mbwc -- cgit 1.4.1