mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
build: fix ChangeLog generation.
* Makefile.am (gen-ChangeLog): Fix for VPATH builds.
This commit is contained in:
@@ -66,7 +66,7 @@ update-package-copyright-year:
|
|||||||
gen_start_date = 2012-01-16
|
gen_start_date = 2012-01-16
|
||||||
.PHONY: gen-ChangeLog
|
.PHONY: gen-ChangeLog
|
||||||
gen-ChangeLog:
|
gen-ChangeLog:
|
||||||
$(AM_V_GEN)if test -d .git; then \
|
$(AM_V_GEN)if test -d $(srcdir)/.git; then \
|
||||||
$(top_srcdir)/build-aux/gitlog-to-changelog \
|
$(top_srcdir)/build-aux/gitlog-to-changelog \
|
||||||
--no-cluster \
|
--no-cluster \
|
||||||
--amend=$(srcdir)/build-aux/git-log-fix \
|
--amend=$(srcdir)/build-aux/git-log-fix \
|
||||||
|
|||||||
Reference in New Issue
Block a user