diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 90d5015..c86aecb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS = . elisp scheme EXTRA_DIST = THANKS dist-hook: - git log --summary --stat > $(top_distdir)/ChangeLog + $(SHELL) $(top_srcdir)/ChangeLog > $(top_distdir)/ChangeLog |