summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 11:27:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 11:27:00 +0000
commit795cb77701aa648aefb036451dd83a0bbf228ab8 (patch)
tree2d56edd73314ee91f6fa30ac42d92804010d29e8 /common.mk
parent1c047683daf4c76b8f267cbcf02afc3f1bdcf8ee (diff)
common.mk: fix missing quote
* common.mk (lib/unicode_normalize/tables.rb): fix missing quote and script path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48026 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 ad4e9dbad3..d8ebe98fe5 100644
--- a/common.mk
+++ b/common.mk
@@ -1098,7 +1098,7 @@ update-unicode: PHONY
lib/unicode_normalize/tables.rb: tool/unicode_norm_gen.rb \
enc/unicode/data/UnicodeData.txt \
enc/unicode/data/CompositionExclusions.txt
- $(BASERUBY) -C "$(srcdir)/tool tool/unicode_norm_gen.rb
+ $(BASERUBY) -C "$(srcdir)/tool" unicode_norm_gen.rb
info: info-program info-libruby_a info-libruby_so info-arch
info-program: PHONY