From: Glenn Morris Date: Thu, 7 May 2015 02:01:02 +0000 (-0400) Subject: * Makefile.in (change-history-commit): Add missing piece of previous. X-Git-Tag: emacs-25.0.90~2164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c;p=emacs.git * Makefile.in (change-history-commit): Add missing piece of previous. --- diff --git a/Makefile.in b/Makefile.in index 5102575217e..e8780c22d4a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1136,7 +1136,7 @@ change-history: change-history-nocommit # file contains invalid text, fix the file by hand and then run # 'make change-history-commit'. change-history-commit: - git commit -m'; make $@' $(CHANGELOG_N) Makefile.in + git commit -m'; make $@' $(CHANGELOG_N) $(emacslog) .PHONY: check-declare