ruby-changes:7162
From: naruse <ko1@a...>
Date: Mon, 18 Aug 2008 06:10:59 +0900 (JST)
Subject: [ruby-changes:7162] Ruby:r18681 (trunk): * common.mk: config.h depends config.status.
naruse 2008-08-18 06:10:48 +0900 (Mon, 18 Aug 2008) New Revision: 18681 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18681 Log: * common.mk: config.h depends config.status. Modified files: trunk/ChangeLog trunk/common.mk Index: ChangeLog =================================================================== --- ChangeLog (revision 18680) +++ ChangeLog (revision 18681) @@ -1,3 +1,7 @@ +Mon Aug 18 06:10:08 2008 NARUSE, Yui <naruse@r...> + + * common.mk: config.h depends config.status. + Mon Aug 18 03:59:43 2008 Tanaka Akira <akr@f...> * io.c (appendline): appendline cannot check character boundary. Index: common.mk =================================================================== --- common.mk (revision 18680) +++ common.mk (revision 18681) @@ -429,6 +429,7 @@ ### +$(VPATH)config.h: config.status RUBY_H_INCLUDES = {$(VPATH)}ruby.h {$(VPATH)}config.h {$(VPATH)}defines.h \ {$(VPATH)}intern.h {$(VPATH)}missing.h ID_H_INCLUDES = {$(VPATH)}id.h {$(VPATH)}parse.h -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/