]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use "git tag", not "git-tag", in preparation for git-1.6.0.
authorJim Meyering <meyering@redhat.com>
Fri, 29 Feb 2008 08:16:59 +0000 (09:16 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 29 Feb 2008 12:35:52 +0000 (13:35 +0100)
* Makefile.maint (VC-tag): Remove '-': s/git-tag/git tag/

Makefile.maint

index 0f74377760101e74b4d1677522dffc5e70f6b76c..07fed761e8b061ad10d3c9300e121567f58ff066 100644 (file)
@@ -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