From c06bef87c0a8fd975cdb4401959c39f0d25ca458 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 31 Jul 2011 11:40:52 +0000 Subject: * common.mk (ECHO1): nmake does not allow parenthesis in make variable replacement. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 489bf6d23a..67cada076c 100644 --- a/common.mk +++ b/common.mk @@ -8,7 +8,8 @@ dll: $(LIBRUBY_SO) V = 0 Q1 = $(V:1=) Q = $(Q1:0=@) -ECHO1 = $(V:1=@$(NULLCMD)) +n=$(NULLCMD) +ECHO1 = $(V:1=@$n) ECHO = $(ECHO1:0=@echo) RUBYLIB = - -- cgit v1.2.3