1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 06:57:33 +02:00

Use "git tag", not "git-tag", in preparation for git-1.6.0.

* Makefile.maint (VC-tag): Remove '-': s/git-tag/git tag/
This commit is contained in:
Jim Meyering
2008-02-29 09:16:59 +01:00
parent 3bb1783158
commit 0dc92c8fde

View 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