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

Fix dependency of verconf.h

template/verconf.h.tmpl reads rbconfig.rb.
This commit is contained in:
Nobuyoshi Nakada 2021-09-26 09:48:53 +09:00
parent 806a27f98b
commit 18f0b7c2f7
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1010,7 +1010,7 @@ $(NEWLINE_C): $(srcdir)/enc/trans/newline.trans $(tooldir)/transcode-tblgen.rb
$(Q) $(BASERUBY) "$(tooldir)/transcode-tblgen.rb" -vo $@ $(srcdir)/enc/trans/newline.trans
enc/trans/newline.$(OBJEXT): $(NEWLINE_C)
verconf.h: $(srcdir)/template/verconf.h.tmpl $(tooldir)/generic_erb.rb
verconf.h: $(srcdir)/template/verconf.h.tmpl $(tooldir)/generic_erb.rb $(RBCONFIG)
$(ECHO) creating $@
$(Q) $(BOOTSTRAPRUBY) "$(tooldir)/generic_erb.rb" -o $@ $(srcdir)/template/verconf.h.tmpl