Skip to content

Commit

Permalink
Fix "unknown node" error
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed Apr 15, 2023
1 parent 53ce182 commit 6738f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1131,9 +1131,9 @@ id.c: $(tooldir)/generic_erb.rb $(srcdir)/template/id.c.tmpl $(srcdir)/defs/id.d
$(Q) $(BASERUBY) $(tooldir)/generic_erb.rb --output=$@ \
$(srcdir)/template/id.c.tmpl

node_name.inc: $(tooldir)/node_name.rb $(srcdir)/node.h
node_name.inc: $(tooldir)/node_name.rb $(srcdir)/external/node.h
$(ECHO) generating $@
$(Q) $(BASERUBY) -n $(tooldir)/node_name.rb < $(srcdir)/node.h > $@
$(Q) $(BASERUBY) -n $(tooldir)/node_name.rb < $(srcdir)/external/node.h > $@

encdb.h: $(RBCONFIG) $(tooldir)/generic_erb.rb $(srcdir)/template/encdb.h.tmpl
$(ECHO) generating $@
Expand Down

0 comments on commit 6738f24

Please sign in to comment.