From cc46d514dcc2d61f7bc8a7b1ff01dd01fd10dd9b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 17 Jun 2020 23:22:37 +0900 Subject: [PATCH] $(PREP) is needed to run $(MINIRUBY) --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 6353b247b3..a3d7560606 100644 --- a/common.mk +++ b/common.mk @@ -299,7 +299,7 @@ build-ext: $(EXTS_MK) 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)