From 9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 30 Sep 2008 16:00:34 -0400 Subject: Fix one more % usage in the changelog --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1