diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/intl/Makefile b/intl/Makefile index 1511edd490..ee53836998 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2003, 2005, 2008 Free Software Foundation, Inc. +# Copyright (C) 1995-2003, 2005, 2008, 2011 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 @@ -53,9 +53,6 @@ generated-dirs := domaindir localedir ifneq (no,$(BISON)) plural.c: plural.y $(BISON) $(BISONFLAGS) $@ $^ -ifeq ($(with-cvs),yes) - test ! -d CVS || cvs $(CVSOPTS) commit -m'$(BISON) $(BISONFLAGS) $@ $^' $@ -endif endif $(objpfx)plural.o: plural.c |