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. --- po/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 1009804..2c6de2f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -83,7 +83,7 @@ ifneq (,$(pofiles)) chmod 444 $@ linguas: $(pofiles:$(podir)/%=%) - test ! -d CVS || cvs commit -m'Copied from $(podir)' $^ + test ! -d CVS || cvs $(CVSOPTS) commit -m'Copied from $(podir)' $^ linguas.mo: $(pofiles:$(podir)/%.po=%.mo) endif -- cgit v1.1