diff options
author | Jim Meyering <jim@meyering.net> | 2005-12-07 16:10:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-12-07 16:10:51 +0000 |
commit | 24bf7fd4ad20d84800a90298e56945522a9e6a9b (patch) | |
tree | d92e0a602f3a25910a66058180a7e490126fcf4c | |
parent | 96d80f5f4a5f07b329c7af39b4e9778b5a44eed0 (diff) | |
download | coreutils-24bf7fd4ad20d84800a90298e56945522a9e6a9b.tar.xz |
(CVS_LIST): Use build-aux/cvsu, now that we have our own copy of cvsu.
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
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 |