aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-09-30 16:00:34 -0400
committerBill Nottingham <notting@redhat.com>2008-09-30 16:00:34 -0400
commit9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8 (patch)
tree918ec2146b8f21457e0f6f9e5f3d840c8a121c7d /Makefile
parent4645cb57fa3c536430ae73a9bff421716afc6bf7 (diff)
downloadinitscripts-9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8.tar
initscripts-9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8.tar.gz
initscripts-9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8.tar.bz2
initscripts-9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8.tar.xz
initscripts-9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8.zip
Fix one more % usage in the changelog
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