aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd06c9be..e93b4f17 100644
--- a/Makefile
+++ b/Makefile
@@ -139,7 +139,7 @@ clean:
@rm -fv *~ changenew ChangeLog.old *gz
tag:
- @git tag -a -m "Tag as $(TAG)" $(TAG)
+ @git tag -a -f -m "Tag as $(TAG)" $(TAG)
@echo "Tagged as $(TAG)"
archive: clean check tag changelog