diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/Makefile b/intl/Makefile index 8f411fba96..bb2c7bedf0 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1995, 1996, 1997, 1998 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 @@ -46,7 +46,7 @@ define copysrc sed -f $^ > $@.new chmod a-w $@.new mv -f $@.new $@ -test ! -d CVS || cvs commit -m'Updated from $<' $@ +test ! -d CVS || cvs $(CVSOPTS) commit -m'Updated from $<' $@ endef endif |