diff options
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e047d464..f6f2d1bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ dist-hook: then \ echo Creating ChangeLog && \ (GIT_DIR=$(top_srcdir)/.git \ - ./missing --run git log $(CHANGELOG_START)^^.. --stat -M -C --name-status --date=short --no-color) | \ + ./missing --run git log --stat -M -C --name-status --date=short --no-color) | \ fmt --split-only > ChangeLog.tmp \ && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ || ( rm -f ChangeLog.tmp ; \ |
