common.mk: dependency of node_name.inc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
54a48b979c
commit
dc1f272ee6
@ -984,6 +984,9 @@ id.c: $(srcdir)/tool/generic_erb.rb $(srcdir)/template/id.c.tmpl $(srcdir)/defs/
|
|||||||
$(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --output=$@ \
|
$(Q) $(BASERUBY) $(srcdir)/tool/generic_erb.rb --output=$@ \
|
||||||
$(srcdir)/template/id.c.tmpl
|
$(srcdir)/template/id.c.tmpl
|
||||||
|
|
||||||
|
{$(VPATH)}node.h: $(srcdir)/tool/node_name.rb
|
||||||
|
# This dependency is not really correct, but $? should not include
|
||||||
|
# node_name.rb in the following recipe.
|
||||||
node_name.inc: {$(VPATH)}node.h
|
node_name.inc: {$(VPATH)}node.h
|
||||||
$(ECHO) generating $@
|
$(ECHO) generating $@
|
||||||
$(Q) $(BASERUBY) -n $(srcdir)/tool/node_name.rb < $? > $@
|
$(Q) $(BASERUBY) -n $(srcdir)/tool/node_name.rb < $? > $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user