aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-05-10 23:22:08 -0700
committerGlenn Morris2015-05-10 23:22:08 -0700
commita0dd752f3902129870b8b4cc4b4f89368c7cfb66 (patch)
tree180c9aad7d974de5b9bd07920215e96faf9e766d
parent1c6e02ca81d868a65e7cbebba9b9b4a8d2cc827e (diff)
downloademacs-a0dd752f3902129870b8b4cc4b4f89368c7cfb66.tar.gz
emacs-a0dd752f3902129870b8b4cc4b4f89368c7cfb66.zip
* Makefile.in (emacslog): Remove srcdir.
(ChangeLog): Update for the above.
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ac4e61efbc..a02f0749d3d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1092,7 +1092,7 @@ bootstrap: bootstrap-clean
1092.PHONY: master-branch-is-current unchanged-history-files 1092.PHONY: master-branch-is-current unchanged-history-files
1093 1093
1094CHANGELOG = ChangeLog 1094CHANGELOG = ChangeLog
1095emacslog = $(srcdir)/build-aux/gitlog-to-emacslog 1095emacslog = build-aux/gitlog-to-emacslog
1096# The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ..., 1096# The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ...,
1097# ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for 1097# ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for
1098# the newest (highest-numbered) ChangeLog history file. 1098# the newest (highest-numbered) ChangeLog history file.
@@ -1103,7 +1103,7 @@ CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX)
1103# I guess this is PHONY so it always updates? 1103# I guess this is PHONY so it always updates?
1104ChangeLog: 1104ChangeLog:
1105 $(AM_V_GEN)cd $(srcdir) && \ 1105 $(AM_V_GEN)cd $(srcdir) && \
1106 $(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX) 1106 ./$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
1107 1107
1108# Check that we are in a good state for changing history. 1108# Check that we are in a good state for changing history.
1109master-branch-is-current: 1109master-branch-is-current: