summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-13 07:26:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-13 07:26:16 +0000
commitc37066fab7040fc9fd9d9efaa69cfea45c2ca138 (patch)
tree56942a3a94b74ce33698e0e784d3aceaa3a01e0c /win32
parent89616d6fe3ed6f7a22a3acdedd7938a98d6e0812 (diff)
* win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index d07ebccc71..ae96e18822 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -341,8 +341,8 @@ VCSUP = $(VCS) pull $(GITPULLOPTIONS)
!endif
ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc
-EOM =
-MSG = @echo $(EOM)
+MSG = @for %I in ("#"
+EOM = ") do @echo.%~I#"
all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk