1
0
Fork 0
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:
Nobuyoshi Nakada 2021-06-16 00:08:28 +09:00
parent d09f097eec
commit 43ed1e68a1
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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)