From 70d710b9208d31a860c3a9be2938f8b64b3caf7a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 23 Jul 2008 16:31:44 -0400 Subject: Don't force tag. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93e53c8b..d53919d5 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ clean: @rm -fv *~ changenew ChangeLog.old *gz tag: - @git tag -a -m "Tag as $(TAG)" -f $(TAG) + @git tag -a -m "Tag as $(TAG)" $(TAG) @echo "Tagged as $(TAG)" archive: clean check tag changelog -- cgit v1.2.1