Fix ChangeLog rule
authorAdam Jackson <ajax@redhat.com>
Thu, 9 Apr 2009 18:19:28 +0000 (14:19 -0400)
committerAdam Jackson <ajax@redhat.com>
Thu, 9 Apr 2009 18:22:29 +0000 (14:22 -0400)
Makefile

index 1332f1efff7e075c154d4239411b168ccf830919..64ef0ad552ffa413f876266c0c1eac90ec151c4b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ force-tag:
 
 changelog:
        @rm -f ChangeLog
-       @(GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog || rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+       @(GIT_DIR=.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog || rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
 
 check:
        @[ -x /sbin/lspci ] && /sbin/lspci -i pci.ids > /dev/null || { echo "FAILURE: /sbin/lspci -i pci.ids"; exit 1; } && echo "OK: /sbin/lspci -i pci.ids"