ruby-changes:27528
From: nobu <ko1@a...>
Date: Mon, 4 Mar 2013 17:05:28 +0900 (JST)
Subject: [ruby-changes:27528] nobu:r39580 (trunk): * remove trailing spaces.
nobu 2013-03-04 17:05:13 +0900 (Mon, 04 Mar 2013) New Revision: 39580 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39580 Log: * remove trailing spaces. Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 39579) +++ win32/Makefile.sub (revision 39580) @@ -249,7 +249,7 @@ LDSHARED_2 = @if exist $(@).manifest @$( https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L249 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) https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L324 !endif !if !defined(EXTSTATIC) -EXTSTATIC = +EXTSTATIC = !endif OBJEXT = obj -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/