From 0eee3a1d4e15bb3282d031ca2c77a6dfef027a61 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 20 Mar 2007 13:32:14 -0400 Subject: [PATCH] Use the right tag option --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index baf03b2d..60630d42 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ rpm: tarball $(RPM_WITH_DIRS) $(DIST_DEFINES) -bb $(SPECFILE) tag:: - git tag $(TAG) + git tag -a $(TAG) @echo "Tagged with: $(TAG)" @echo