From 41dbe74b94d1794cb6896daee5348e2d7b266da0 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 9 Feb 2013 15:16:15 +0000 Subject: 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 --- win32/Makefile.sub | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 5ac8ca1ea4..564c441017 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -373,6 +373,8 @@ ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc MESSAGE_BEGIN = @for %I in ( MESSAGE_END = ) do @echo.%~I +ECHO_BEGIN = @echo. +ECHO_END = all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk -- cgit v1.2.3