From 24bf7fd4ad20d84800a90298e56945522a9e6a9b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 7 Dec 2005 16:10:51 +0000 Subject: [PATCH] (CVS_LIST): Use build-aux/cvsu, now that we have our own copy of cvsu. --- Makefile.maint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.maint b/Makefile.maint index 0a1eeb1e7..27a23bf3c 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -29,7 +29,7 @@ GZIP_ENV = '--no-name --best --rsyncable' CVS = cvs # cvsu is part of the cvsutils package: http://www.red-bean.com/cvsutils/ -CVS_LIST = cvsu --find --types=AFGM +CVS_LIST = build-aux/cvsu --find --types=AFGM ifeq ($(origin prev_version_file), undefined) prev_version_file = .prev-version