mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added missing dependency for ast.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6251615c12
commit
afbf10e8c6
1 changed files with 1 additions and 0 deletions
|
@ -1449,6 +1449,7 @@ array.$(OBJEXT): {$(VPATH)}util.h
|
|||
ast.$(OBJEXT): $(hdrdir)/ruby/ruby.h
|
||||
ast.$(OBJEXT): $(top_srcdir)/include/ruby.h
|
||||
ast.$(OBJEXT): {$(VPATH)}encoding.h
|
||||
ast.$(OBJEXT): {$(VPATH)}id.h
|
||||
ast.$(OBJEXT): {$(VPATH)}internal.h
|
||||
ast.$(OBJEXT): {$(VPATH)}node.h
|
||||
ast.$(OBJEXT): {$(VPATH)}vm_core.h
|
||||
|
|
Loading…
Reference in a new issue