summaryrefslogtreecommitdiff
path: root/Makefile.maint
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-29 09:16:59 +0100
committerJim Meyering <meyering@redhat.com>2008-02-29 13:35:52 +0100
commit0dc92c8fde31ef72e34dfea875ab2701e166e72d (patch)
tree65eba371480fc4ae289069affc0634e3cc4c6c7c /Makefile.maint
parent3bb1783158a2c71aa3c9ca0b52532e4295332ce9 (diff)
downloadcoreutils-0dc92c8fde31ef72e34dfea875ab2701e166e72d.tar.xz
Use "git tag", not "git-tag", in preparation for git-1.6.0.
* Makefile.maint (VC-tag): Remove '-': s/git-tag/git tag/
Diffstat (limited to 'Makefile.maint')
-rw-r--r--Makefile.maint2
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