aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-30 12:03:28 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-01-30 12:03:28 +0000
commit369b74f899ece689d16e1ef283f003feeec8d3e2 (patch)
tree28a4e9fcd7fe12d3061f995ddca6c28696c728fd /common.mk
parent51fdac39ebd4245fee5b2b641d6c513a43a676b5 (diff)
downloadruby-369b74f899ece689d16e1ef283f003feeec8d3e2.tar.gz
simply show BASERUBY itself
* common.mk (showflags): simply show `BASERUBY` itself, because nmake does not supports backquote notation. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62111 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 52ad6c6032..471ae838f7 100644
--- a/common.mk
+++ b/common.mk
@@ -193,7 +193,7 @@ main: $(SHOWFLAGS) exts $(ENCSTATIC:static=lib)encs
exts enc trans: $(SHOWFLAGS)
showflags:
$(MESSAGE_BEGIN) \
- " BASERUBY = `$(BASERUBY) -v`" \
+ " BASERUBY = $(BASERUBY)" \
" CC = $(CC)" \
" LD = $(LD)" \
" LDSHARED = $(LDSHARED)" \