From 379bb42503133fd777012ab0a3101f1bb09c5528 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Jan 1998 14:44:06 +0000 Subject: Update. 1998-01-30 23:37 Ulrich Drepper * Makefile.in: Add comment about CVSOPTS Makefile variable. * Makerules: Use CVSOPTS in cvs invocation. * Makefile: Likewise. * MakeTAGS: Likewise. * Make-dist: Likewise. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed8d327ddc..bad92c6e8c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. +# Copyright (C) 1991, 92, 93, 94, 95, 96, 97, 98 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 @@ -33,7 +33,7 @@ define autoconf-it autoconf $(ACFLAGS) $< > $@.new chmod a-w,a+x $@.new mv -f $@.new $@ -test ! -d CVS || cvs commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@ +test ! -d CVS || cvs $(CVSOPTS) commit -m'Regenerated: autoconf $(ACFLAGS) $<' $@ endef configure: configure.in aclocal.m4; $(autoconf-it) -- cgit v1.2.3