diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-06 22:01:02 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-06 22:01:02 -0400 |
commit | 74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c (patch) | |
tree | 42dd4558faa6167f194fc1c0d91d584bb1f806a4 | |
parent | adb69ddff05ce770261e03d249f2e31e75c098af (diff) | |
download | emacs-74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c.tar.gz |
* Makefile.in (change-history-commit): Add missing piece of previous.
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |