From dbb6526e290d462f43f2b5501cbf1a692bf3cd06 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 4 Mar 2013 08:05:13 +0000 Subject: [PATCH] * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index e3b4bf11a9..e25e76433b 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -249,7 +249,7 @@ LDSHARED_2 = @if exist $(@).manifest @$(RM) $(@:/=\).manifest CPPFLAGS = $(DEFS) $(ARCHDEFS) $(CPPFLAGS) DLDFLAGS = $(LDFLAGS) -dll -SOLIBS = +SOLIBS = RCFILES = $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc !ifndef RCFLAGS !if $(MSC_VER) >= 1600 @@ -324,7 +324,7 @@ PREP = miniruby$(EXEEXT) !endif !if !defined(EXTSTATIC) -EXTSTATIC = +EXTSTATIC = !endif OBJEXT = obj