diff options
| -rw-r--r-- | Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 811a696..be2efff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ ChangeLog: $(srcdir)/ChangeLog  $(srcdir)/ChangeLog:  	@if test -d "$(srcdir)/.git"; then \  	  (cd "$(srcdir)" && \ -	  ./missing --run git-log --stat) | fmt --split-only > $@.tmp \ +	  ./missing --run git log --stat) | fmt --split-only > $@.tmp \  	  && mv -f $@.tmp $@ \  	  || ($(RM) $@.tmp; \  	      echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \  | 
