aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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