diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 02:56:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-01-31 02:56:01 +0000 |
commit | 4eb36693e4452db4679a33c750c0738b73d1ebc5 (patch) | |
tree | 232e6770c08ec4bae1f0261871092ed13822b8d4 /intl | |
parent | 07b51ba59a50eadbda72fad0b2e55a4f0e26a291 (diff) | |
download | glibc-4eb36693e4452db4679a33c750c0738b73d1ebc5.tar.gz |
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 'intl')
-rw-r--r-- | intl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |