aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 11:08:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-19 11:08:27 +0000
commit1c047683daf4c76b8f267cbcf02afc3f1bdcf8ee (patch)
tree2ae8a6c36879891e671da3650ccd5d8b83b8e4df /common.mk
parent36284e2413cb8d572b84dabbdf70b62b44b39f82 (diff)
downloadruby-1c047683daf4c76b8f267cbcf02afc3f1bdcf8ee.tar.gz
* common.mk: nmake doesn't recognize ${} form. use $() instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48025 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 b6460d4a3f..ad4e9dbad3 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 tool/unicode_norm_gen.rb
info: info-program info-libruby_a info-libruby_so info-arch
info-program: PHONY