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

ruby-changes:9065

From: usa <ko1@a...>
Date: Wed, 10 Dec 2008 01:29:33 +0900 (JST)
Subject: [ruby-changes:9065] Ruby:r20600 (ruby_1_9_1, trunk): * common.mk (win32.obj): depend on headers.

usa	2008-12-10 01:29:08 +0900 (Wed, 10 Dec 2008)

  New Revision: 20600

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

  Log:
    * common.mk (win32.obj): depend on headers.

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/common.mk
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 20599)
+++ ChangeLog	(revision 20600)
@@ -1,3 +1,7 @@
+Wed Dec 10 01:28:16 2008  NAKAMURA Usaku  <usa@r...>
+
+	* common.mk (win32.obj): depend on headers.
+
 Tue Dec  9 18:35:35 2008  Martin Duerst  <duerst@i...>
 
 	* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,
Index: common.mk
===================================================================
--- common.mk	(revision 20599)
+++ common.mk	(revision 20600)
@@ -437,7 +437,7 @@
 
 # when I use -I., there is confliction at "OpenFile" 
 # so, set . into environment varible "include"
-win32.$(OBJEXT): {$(VPATH)}win32.c
+win32.$(OBJEXT): {$(VPATH)}win32.c $(RUBY_H_INCLUDES)
 
 ###
 
Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 20599)
+++ ruby_1_9_1/ChangeLog	(revision 20600)
@@ -1,3 +1,7 @@
+Wed Dec 10 01:28:46 2008  NAKAMURA Usaku  <usa@r...>
+
+	* common.mk (win32.obj): depend on headers.
+
 Sat Dec  6 18:33:16 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* tool/make-snapshot (package): added RM and CP.  [ruby-dev:37288]
Index: ruby_1_9_1/common.mk
===================================================================
--- ruby_1_9_1/common.mk	(revision 20599)
+++ ruby_1_9_1/common.mk	(revision 20600)
@@ -437,7 +437,7 @@
 
 # when I use -I., there is confliction at "OpenFile" 
 # so, set . into environment varible "include"
-win32.$(OBJEXT): {$(VPATH)}win32.c
+win32.$(OBJEXT): {$(VPATH)}win32.c $(RUBY_H_INCLUDES)
 
 ###
 

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

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