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

ruby-changes:11191

From: nobu <ko1@a...>
Date: Fri, 6 Mar 2009 18:54:04 +0900 (JST)
Subject: [ruby-changes:11191] Ruby:r22799 (trunk): * common.mk: removed a comment already has no meaning.

nobu	2009-03-06 18:53:59 +0900 (Fri, 06 Mar 2009)

  New Revision: 22799

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

  Log:
    * common.mk: removed a comment already has no meaning.

  Modified files:
    trunk/common.mk

Index: common.mk
===================================================================
--- common.mk	(revision 22798)
+++ common.mk	(revision 22799)
@@ -464,8 +464,6 @@
 ia64.$(OBJEXT): {$(VPATH)}ia64.s
 	$(CC) $(CFLAGS) -c $<
 
-# when I use -I., there is confliction at "OpenFile"
-# so, set . into environment varible "include"
 win32.$(OBJEXT): {$(VPATH)}win32.c $(RUBY_H_INCLUDES)
 
 ###

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

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