summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-17 23:22:37 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-18 01:42:12 +0900
commitcc46d514dcc2d61f7bc8a7b1ff01dd01fd10dd9b (patch)
tree46cd68b0ff342d2d0e2904663cfae7af92392169
parent41a4c80d284a24360d3a6c5b6e5ca408ccca6efc (diff)
$(PREP) is needed to run $(MINIRUBY)
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
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)