1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

$(PREP) is needed to run $(MINIRUBY)

This commit is contained in:
Nobuyoshi Nakada 2020-06-17 23:22:37 +09:00
parent 41a4c80d28
commit cc46d514dc
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

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