diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-30 16:00:34 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-30 16:00:34 -0400 |
commit | 9ca4e56213cf2ca1ec445f4174bca13dd5c8ada8 (patch) | |
tree | 918ec2146b8f21457e0f6f9e5f3d840c8a121c7d /Makefile | |
parent | 4645cb57fa3c536430ae73a9bff421716afc6bf7 (diff) | |
download | initscripts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |