From 4eb36693e4452db4679a33c750c0738b73d1ebc5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 31 Jan 1998 02:56:01 +0000 Subject: Update. 1998-01-31 11:44 Ulrich Drepper * intl/Makefile: Use CVSOPTS in cvs invocation. * po/Makefile: Likewise. * posix/Makefile: Likewise. * stdlib/Makefile: Likewise. --- intl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intl/Makefile') 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 -- cgit 1.4.1