[前][次][番号順一覧][スレッド一覧]

ruby-changes:13413

From: usa <ko1@a...>
Date: Fri, 2 Oct 2009 17:31:35 +0900 (JST)
Subject: [ruby-changes:13413] Ruby:r25183 (ruby_1_8): * Makefile.sub (LDSHARED_2): typo.

usa	2009-10-02 17:30:19 +0900 (Fri, 02 Oct 2009)

  New Revision: 25183

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25183

  Log:
    * Makefile.sub (LDSHARED_2): typo.

  Modified files:
    branches/ruby_1_8/win32/Makefile.sub

Index: ruby_1_8/win32/Makefile.sub
===================================================================
--- ruby_1_8/win32/Makefile.sub	(revision 25182)
+++ ruby_1_8/win32/Makefile.sub	(revision 25183)
@@ -180,7 +180,7 @@
 CRTDEFFLAGS = -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
 MANIFESTTOOL = mt -nologo
 LDSHARED_1 = @if exist $(@).manifest $(MANIFESTTOOL) -manifest $(@).manifest -outputresource:$(@);2
-LDSHARED_2 = @if exist $(@).manifest (RM) $(@:/=\).manifest
+LDSHARED_2 = @if exist $(@).manifest $(RM) $(@:/=\).manifest
 !endif
 CPPFLAGS = $(CRTDEFFLAGS) $(DEFS) $(ARCHDEFS) $(CPPFLAGS)
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]