emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 74fdcc1: * Makefile.in (change-history-commit): Add


From: Glenn Morris
Subject: [Emacs-diffs] master 74fdcc1: * Makefile.in (change-history-commit): Add missing piece of previous.
Date: Thu, 07 May 2015 02:01:07 +0000

branch: master
commit 74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * Makefile.in (change-history-commit): Add missing piece of previous.
---
 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 5102575..e8780c2 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]