aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-09-30 14:56:20 -0400
committerBill Nottingham <notting@redhat.com>2008-09-30 14:56:20 -0400
commited155895fe5cefe27dd166c36e8ffece97cb20e4 (patch)
tree109f643a098c2a03013d3804ddaa7736b9dbab1c /Makefile
parentc17312436a132e671fa5a7285e64ea8d6adcf071 (diff)
downloadinitscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar
initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar.gz
initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar.bz2
initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar.xz
initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.zip
Fix udev rule location in some more places.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b7925a9..e867ef1d 100644
--- a/Makefile
+++ b/Makefile
@@ -138,7 +138,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