From 74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 6 May 2015 22:01:02 -0400 Subject: [PATCH] * Makefile.in (change-history-commit): Add missing piece of previous. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5