From f4c98c3e10553de73c6e039064f2e618f5851103 Mon Sep 17 00:00:00 2001 From: arton Date: Fri, 12 Nov 2010 16:31:59 +0000 Subject: [PATCH] win32/Makefile.sub: reoreder varialbe EOM (don't display it) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ win32/Makefile.sub | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 57dfab5780..81f02b18a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 13 01:31:30 2010 Akio Tajima + + * win32/Makefile.sub: reorder variable End Of Message (don't display it) + Fri Nov 12 20:52:34 2010 Nobuyoshi Nakada * common.mk (showflags, help): use caret to quote leading spaces on Windows. diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 22cd9b2263..2137ba84f2 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -341,8 +341,9 @@ VCSUP = $(VCS) pull $(GITPULLOPTIONS) !endif ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc -MSG = echo ^ EOM = +MSG = echo ^ +$(EOM) all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk