summary refs log tree commit diff
path: root/stdlib/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 /stdlib/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 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 99236c5c78..3de9ff9891 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -112,7 +112,7 @@ $(mpn-copy): %: $(ignore gmp2glibc.sed) $(gmp-srcdir)/%; $(gmp2glibc)
 .PHONY: copy-mpn clean-mpn mpn-stuff
 mpn-stuff: $(mpn-stuff)
 copy-mpn: $(mpn-stuff)
-	test ! -d CVS || cvs commit -m'Updated from $(gmp-srcdir)' $+
+	test ! -d CVS || cvs $(CVSOPTS) commit -m'Updated from $(gmp-srcdir)' $+
 clean-mpn:
 	rm -f $(mpn-stuff)