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:
parent
806a27f98b
commit
18f0b7c2f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue