diff options
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index 0f7437776..07fed761e 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -30,7 +30,7 @@ GZIP_ENV = '--no-name --best $(gzip_rsyncable)' CVS = cvs GIT = git VC = $(GIT) -VC-tag = git-tag -s -m '$(VERSION)' +VC-tag = git tag -s -m '$(VERSION)' CVS_LIST = build-aux/vc-list-files |