summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-09 15:16:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-09 15:16:15 +0000
commit41dbe74b94d1794cb6896daee5348e2d7b266da0 (patch)
treefd1f23ef33a9a19013a5d21920c40e00a6da9d99 /common.mk
parent817dff033f14d2e96f9841847f300e3af3ebba2d (diff)
common.mk: no expansion
* common.mk (showconfig): get rid of variable expansion by shell. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.mk b/common.mk
index 531ba26daa..3d9c2d8a7c 100644
--- a/common.mk
+++ b/common.mk
@@ -162,9 +162,9 @@ showflags:
.PHONY: showconfig
showconfig:
- @$(MESSAGE_BEGIN) \
- "$(configure_args)" \
- $(MESSAGE_END)
+ @$(ECHO_BEGIN) \
+ $(configure_args) \
+ $(ECHO_END)
exts: build-ext