summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2015-05-08 21:15:48 -0400
committerGlenn Morris <rgm@gnu.org>2015-05-08 21:15:48 -0400
commit63bee24f74ebd24ed7816c930efb463485b862c7 (patch)
treedd74a2a0d42e79054cd1d3edb667f84388742922 /Makefile.in
parentdeb845418b4c5728170f30f7f9b9f930979a562d (diff)
downloademacs-63bee24f74ebd24ed7816c930efb463485b862c7.tar.gz
* build-aux/gitlog-to-emacslog: Get rid of "distprefix".
* Makefile.in (ChangeLog): No longer pass "distprefix". * make-dist: Update "make ChangeLog" syntax for the above change.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 6f7d22978b2..8b5d6f73815 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1100,10 +1100,9 @@ CHANGELOG_HISTORY_INDEX_MAX = 2
CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX)
# Convert git commit log to ChangeLog file. make-dist uses this.
-# I guess this is PHONY because it generates in distprefix (which is
-# non-nil when called from make-dist)?
+# I guess this is PHONY so it always updates?
ChangeLog:
- $(AM_V_GEN)distprefix=$(distprefix) srcprefix=$(srcdir)/ \
+ $(AM_V_GEN)srcprefix=$(srcdir)/ \
$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
# Check that we are in a good state for changing history.