mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make ext directory before extinit.c when out-of-place build
This commit is contained in:
parent
d09f097eec
commit
43ed1e68a1
1 changed files with 1 additions and 0 deletions
|
@ -306,6 +306,7 @@ exts-note: $(EXTS_MK)
|
|||
$(Q)$(MAKE) $(EXTS_NOTE)
|
||||
|
||||
ext/extinit.c: $(srcdir)/template/extinit.c.tmpl $(PREP)
|
||||
$(MAKEDIRS) $(@D)
|
||||
$(Q)$(MINIRUBY) $(tooldir)/generic_erb.rb -o $@ -c \
|
||||
$(srcdir)/template/extinit.c.tmpl $(EXTINITS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue