ruby-changes:73396
From: Nobuyoshi <ko1@a...>
Date: Sat, 3 Sep 2022 19:27:55 +0900 (JST)
Subject: [ruby-changes:73396] 8f13d75a8c (master): Generate the prelude sources by common-srcs
https://git.ruby-lang.org/ruby.git/commit/?id=8f13d75a8c From 8f13d75a8c959abab6964a47c99e333fdce3201c Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sat, 3 Sep 2022 03:31:30 +0900 Subject: Generate the prelude sources by common-srcs --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index fa3100439c..1ebdcf48d2 100644 --- a/common.mk +++ b/common.mk @@ -1074,7 +1074,7 @@ BUILTIN_RB_INCS = $(BUILTIN_RB_SRCS:.rb=.rbinc) https://github.com/ruby/ruby/blob/trunk/common.mk#L1074 common-srcs: $(srcs_vpath)parse.c $(srcs_vpath)lex.c $(srcs_vpath)enc/trans/newline.c $(srcs_vpath)id.c \ $(BUILTIN_RB_INCS) \ - srcs-lib srcs-ext incs + srcs-lib srcs-ext incs preludes missing-srcs: $(srcdir)/missing/des_tables.c -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/