summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-08 07:17:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-08 07:17:27 +0000
commit62914a120961356a67a65c8ec0a3742c17ca0aec (patch)
tree7c4cd5aa5746eaa68f5e918b78d2ffb4429a1ac8 /common.mk
parentb917553e684c685d4aba90e1b8f0a655fdd7773a (diff)
* 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
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 92fcbc49df..56a40c99c0 100644
--- a/common.mk
+++ b/common.mk
@@ -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