aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-12 11:52:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-12 11:52:45 +0000
commitfe2295ea759ebc986f0a1ef9e80495af905e983e (patch)
treee2d0d2388605dd8548ae921ed95408dcc6fa1a90 /win32
parentfd7c0279f87411d77beadd232fc208b0a0d8f9e4 (diff)
downloadruby-fe2295ea759ebc986f0a1ef9e80495af905e983e.tar.gz
* common.mk (showflags, help): use caret to quote leading spaces on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 9cb0c86557..22cd9b2263 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -341,6 +341,9 @@ VCSUP = $(VCS) pull $(GITPULLOPTIONS)
!endif
ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc
+MSG = echo ^
+EOM =
+
all: $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk
ruby: $(PROGRAM)