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. --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib') 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) -- cgit 1.4.1