aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-05-06 22:01:02 -0400
committerGlenn Morris2015-05-06 22:01:02 -0400
commit74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c (patch)
tree42dd4558faa6167f194fc1c0d91d584bb1f806a4
parentadb69ddff05ce770261e03d249f2e31e75c098af (diff)
downloademacs-74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c.tar.gz
emacs-74fdcc1b7ee11e8465c375a81f4f6bd6d14cc00c.zip
* Makefile.in (change-history-commit): Add missing piece of previous.
-rw-r--r--Makefile.in2
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
1136# file contains invalid text, fix the file by hand and then run 1136# file contains invalid text, fix the file by hand and then run
1137# 'make change-history-commit'. 1137# 'make change-history-commit'.
1138change-history-commit: 1138change-history-commit:
1139 git commit -m'; make $@' $(CHANGELOG_N) Makefile.in 1139 git commit -m'; make $@' $(CHANGELOG_N) $(emacslog)
1140 1140
1141.PHONY: check-declare 1141.PHONY: check-declare
1142 1142