aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-07-23 16:31:44 -0400
committerBill Nottingham <notting@redhat.com>2008-07-23 16:31:44 -0400
commit70d710b9208d31a860c3a9be2938f8b64b3caf7a (patch)
tree3bf8a9a4db2bf30f9018202d1cdea5ad092a6189 /Makefile
parent51f5d4923f3ab0025708df3d20efd45fe5437e92 (diff)
downloadinitscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar
initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar.gz
initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar.bz2
initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.tar.xz
initscripts-70d710b9208d31a860c3a9be2938f8b64b3caf7a.zip
Don't force tag.
Diffstat (limited to 'Makefile')
-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