提交 280e52ae 编写于 作者: B Behdad Esfahbod

Fix ChangeLog regen

上级 c1824dae
......@@ -25,7 +25,8 @@ MAINTAINERCLEANFILES = \
# ChangeLog generation
#
CHANGELOG_RANGE =
ChangeLog:
ChangeLog: $(srcdir)/ChangeLog
$(srcdir)/ChangeLog:
$(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \
(GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run \
git log $(CHANGELOG_RANGE) --stat) | fmt --split-only > $@.tmp \
......@@ -38,7 +39,7 @@ ChangeLog:
(echo A git checkout and git-log is required to generate ChangeLog >&2 && \
echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
fi
.PHONY: $(srcdir)/ChangeLog
.PHONY: ChangeLog $(srcdir)/ChangeLog
#
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册