ruby-changes:61758
From: Nobuyoshi <ko1@a...>
Date: Thu, 18 Jun 2020 08:47:59 +0900 (JST)
Subject: [ruby-changes:61758] cc46d514dc (master): $(PREP) is needed to run $(MINIRUBY)
https://git.ruby-lang.org/ruby.git/commit/?id=cc46d514dc From cc46d514dcc2d61f7bc8a7b1ff01dd01fd10dd9b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Wed, 17 Jun 2020 23:22:37 +0900 Subject: $(PREP) is needed to run $(MINIRUBY) diff --git a/common.mk b/common.mk index 6353b24..a3d7560 100644 --- a/common.mk +++ b/common.mk @@ -299,7 +299,7 @@ build-ext: $(EXTS_MK) https://github.com/ruby/ruby/blob/trunk/common.mk#L299 exts-note: $(EXTS_MK) $(Q)$(MAKE) $(EXTS_NOTE) -ext/extinit.c: $(srcdir)/template/extinit.c.tmpl +ext/extinit.c: $(srcdir)/template/extinit.c.tmpl $(PREP) $(Q)$(MINIRUBY) $(tooldir)/generic_erb.rb -o $@ -c \ $(srcdir)/template/extinit.c.tmpl $(EXTINITS) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/