aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--win32/Makefile.sub4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 81f02b18a9..6e3c821632 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Nov 13 16:26:11 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.
+
Sat Nov 13 01:31:30 2010 Akio Tajima <artonx@yahoo.co.jp>
* win32/Makefile.sub: reorder variable End Of Message (don't display it)
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