mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ruby tool/update-deps --fix
Onigumo 6 (r57045) introduced new onigumo.h header file, which is required from quite much everywhere. This commit adds necessary dependencies. Note: ruby/oniguruma.h now includes onigumo.h, ruby/io.h includes oniguruma.h, ruby/encoding.h also includes oniguruma.h, and internal.h includes encoding.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6969f355bd
commit
20c72dc89d
32 changed files with 247 additions and 6 deletions
|
@ -19,6 +19,7 @@ coverage.o: $(hdrdir)/ruby/encoding.h
|
|||
coverage.o: $(hdrdir)/ruby/intern.h
|
||||
coverage.o: $(hdrdir)/ruby/io.h
|
||||
coverage.o: $(hdrdir)/ruby/missing.h
|
||||
coverage.o: $(hdrdir)/ruby/onigmo.h
|
||||
coverage.o: $(hdrdir)/ruby/oniguruma.h
|
||||
coverage.o: $(hdrdir)/ruby/ruby.h
|
||||
coverage.o: $(hdrdir)/ruby/st.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue