about summary refs log tree commit diff
path: root/po/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-01-31 02:56:01 +0000
committerUlrich Drepper <drepper@redhat.com>1998-01-31 02:56:01 +0000
commit4eb36693e4452db4679a33c750c0738b73d1ebc5 (patch)
tree232e6770c08ec4bae1f0261871092ed13822b8d4 /po/Makefile
parent07b51ba59a50eadbda72fad0b2e55a4f0e26a291 (diff)
downloadglibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.tar.gz
glibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.tar.xz
glibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.zip
Update.
1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>

	* intl/Makefile: Use CVSOPTS in cvs invocation.
	* po/Makefile: Likewise.
	* posix/Makefile: Likewise.
	* stdlib/Makefile: Likewise.
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 10098049cf..2c6de2f58c 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