summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-11-10 07:16:56 +0900
committerKoichi Sasada <ko1@atdot.net>2019-11-11 16:47:50 +0900
commit05a5c69e1a06a3853afb3744fa9925910b78904f (patch)
treea961500c8185fb191655921cd6bff71899c2f13f
parent9142f802f1126d65abb1aad5e2bc91b5b833fe7e (diff)
add deps for miniprelude.c
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index e73805412c..dd6f0c450a 100644
--- a/common.mk
+++ b/common.mk
@@ -1073,7 +1073,7 @@ vm_call_iseq_optimized.inc: $(srcdir)/tool/mk_call_iseq_optimized.rb
$(ECHO) generating $@
$(Q) $(BASERUBY) $(srcdir)/tool/mk_call_iseq_optimized.rb > $@
-$(MINIPRELUDE_C): $(COMPILE_PRELUDE)
+$(MINIPRELUDE_C): $(COMPILE_PRELUDE) $(BUILTIN_RB_SRCS)
$(ECHO) generating $@
$(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb -I$(srcdir) -o $@ \
$(srcdir)/template/prelude.c.tmpl $(BUILTIN_RB_SRCS)