mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add deps for miniprelude.c
This commit is contained in:
parent
9142f802f1
commit
05a5c69e1a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue