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

ruby-changes:7163

From: kazu <ko1@a...>
Date: Mon, 18 Aug 2008 08:29:03 +0900 (JST)
Subject: [ruby-changes:7163] Ruby:r18682 (trunk): * common.mk: fix error in uncommon.mk.

kazu	2008-08-18 08:28:45 +0900 (Mon, 18 Aug 2008)

  New Revision: 18682

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

  Log:
    * common.mk: fix error in uncommon.mk.

  Modified files:
    trunk/ChangeLog
    trunk/common.mk

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 18681)
+++ ChangeLog	(revision 18682)
@@ -1,3 +1,7 @@
+Mon Aug 18 08:27:44 2008  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* common.mk: fix error in uncommon.mk.
+
 Mon Aug 18 06:10:08 2008  NARUSE, Yui  <naruse@r...>
 
 	* common.mk: config.h depends config.status.
Index: common.mk
===================================================================
--- common.mk	(revision 18681)
+++ common.mk	(revision 18682)
@@ -429,7 +429,7 @@
 
 ###
 
-$(VPATH)config.h: config.status
+{$(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/

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