From afbf10e8c699e43f1a4ad72733a51a545cea705b Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 1 Jun 2018 13:10:37 +0000 Subject: [PATCH] Added missing dependency for ast.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/common.mk b/common.mk index 1dbf1e85fa..3cdea3d588 100644 --- a/common.mk +++ b/common.mk @@ -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