summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authoryui-knk <spiketeika@gmail.com>2023-05-22 21:55:49 +0900
committerYuichiro Kaneko <spiketeika@gmail.com>2023-05-23 18:05:35 +0900
commit98637d421dbe8bcf86cc2effae5e26bb96a6a4da (patch)
tree991149893428e3b074774caba9533bb221e5ca42 /common.mk
parentef3aa22738d934beedfda9f486f3384e5457da8b (diff)
Move `ruby_node_name` to node.c and rename prefix of the function
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7844
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 4fc4143e48..1e9349d464 100644
--- a/common.mk
+++ b/common.mk
@@ -8200,7 +8200,6 @@ iseq.$(OBJEXT): {$(VPATH)}iseq.h
iseq.$(OBJEXT): {$(VPATH)}method.h
iseq.$(OBJEXT): {$(VPATH)}missing.h
iseq.$(OBJEXT): {$(VPATH)}node.h
-iseq.$(OBJEXT): {$(VPATH)}node_name.inc
iseq.$(OBJEXT): {$(VPATH)}onigmo.h
iseq.$(OBJEXT): {$(VPATH)}oniguruma.h
iseq.$(OBJEXT): {$(VPATH)}ractor.h
@@ -9895,6 +9894,7 @@ node.$(OBJEXT): {$(VPATH)}method.h
node.$(OBJEXT): {$(VPATH)}missing.h
node.$(OBJEXT): {$(VPATH)}node.c
node.$(OBJEXT): {$(VPATH)}node.h
+node.$(OBJEXT): {$(VPATH)}node_name.inc
node.$(OBJEXT): {$(VPATH)}ruby_assert.h
node.$(OBJEXT): {$(VPATH)}ruby_atomic.h
node.$(OBJEXT): {$(VPATH)}shape.h