From 1c047683daf4c76b8f267cbcf02afc3f1bdcf8ee Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 19 Oct 2014 11:08:27 +0000 Subject: [PATCH] * 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 --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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