summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-11 12:23:57 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-11 12:23:57 +0900
commitb1f0d009cbdf1990813c09165d372be29485f8ae (patch)
treed2ba9279064cc14123ad9ba303f8213a719e70cb /common.mk
parent05046b89550ad0cdeafc0e419e0eb4a155cc52fa (diff)
Use the keyword for output and omit default arguments [ci skip]
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index d55d1788aa..5c517b43d0 100644
--- a/common.mk
+++ b/common.mk
@@ -1830,7 +1830,7 @@ update-man-date: PHONY
ChangeLog:
$(ECHO) Generating $@
-$(Q) $(BASERUBY) -I"$(tooldir)/lib" -rvcs \
- -e 'VCS.detect(ARGV[0]).export_changelog("@", nil, nil, ARGV[1])' \
+ -e 'VCS.detect(ARGV[0]).export_changelog(path: ARGV[1])' \
"$(srcdir)" $@
HELP_EXTRA_TASKS = ""