summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 00:22:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-13 00:22:35 +0000
commitcc4a286ba9b1d21e7bcbd237a5497b3fbdd99da0 (patch)
treec92a355c9e6b8448efe2c8d210a8161e456b09b8 /common.mk
parent4bbd9307d2d7ec37f3c514d680f175f26595b518 (diff)
downloadruby-cc4a286ba9b1d21e7bcbd237a5497b3fbdd99da0.tar.gz
ruby-cc4a286ba9b1d21e7bcbd237a5497b3fbdd99da0.tar.xz
ruby-cc4a286ba9b1d21e7bcbd237a5497b3fbdd99da0.zip
* common.mk (incs): includes encdb.h.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 026c2dab9..a9722b360 100644
--- a/common.mk
+++ b/common.mk
@@ -703,7 +703,7 @@ vm.inc: $(srcdir)/template/vm.inc.tmpl
srcs: {$(VPATH)}parse.c {$(VPATH)}lex.c $(srcdir)/ext/ripper/ripper.c
-incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}revision.h
+incs: $(INSNS) {$(VPATH)}node_name.inc {$(VPATH)}encdb.h {$(VPATH)}revision.h
node_name.inc: {$(VPATH)}node.h
$(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@