emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master a0dd752: * Makefile.in (emacslog): Remove srcdir.


From: Glenn Morris
Subject: [Emacs-diffs] master a0dd752: * Makefile.in (emacslog): Remove srcdir.
Date: Mon, 11 May 2015 06:22:18 +0000

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

    * Makefile.in (emacslog): Remove srcdir.
    
    (ChangeLog): Update for the above.
---
 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 5ac4e61..a02f074 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1092,7 +1092,7 @@ bootstrap: bootstrap-clean
 .PHONY: master-branch-is-current unchanged-history-files
 
 CHANGELOG = ChangeLog
-emacslog = $(srcdir)/build-aux/gitlog-to-emacslog
+emacslog = build-aux/gitlog-to-emacslog
 # The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ...,
 # ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX).  $(CHANGELOG_N) stands for
 # the newest (highest-numbered) ChangeLog history file.
@@ -1103,7 +1103,7 @@ CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX)
 # I guess this is PHONY so it always updates?
 ChangeLog:
        $(AM_V_GEN)cd $(srcdir) && \
-         $(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
+         ./$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
 
 # Check that we are in a good state for changing history.
 master-branch-is-current:



reply via email to

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