mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (encdb.h): see both $(srcdir)/enc and enc.
* enc/make_encdb.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b917553e68
commit
62914a1209
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ node_name.inc: {$(VPATH)}node.h
|
|||
$(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@
|
||||
|
||||
encdb.h: $(PREP)
|
||||
$(MINIRUBY) $(srcdir)/enc/make_encdb.rb $(srcdir)/enc $@.new
|
||||
$(MINIRUBY) $(srcdir)/enc/make_encdb.rb $@.new $(srcdir)/enc enc
|
||||
$(IFCHANGE) "$@" "$@.new"
|
||||
|
||||
transdb.h: $(PREP) transcodes
|
||||
|
|
Loading…
Reference in a new issue