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

ruby-changes:8197

From: naruse <ko1@a...>
Date: Thu, 9 Oct 2008 16:35:11 +0900 (JST)
Subject: [ruby-changes:8197] Ruby:r19725 (trunk): * ext/json/ext/generator/extconf.rb: fix target.

naruse	2008-10-09 16:34:56 +0900 (Thu, 09 Oct 2008)

  New Revision: 19725

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

  Log:
    * ext/json/ext/generator/extconf.rb: fix target.
    
    * ext/json/ext/parser/extconf.rb: ditto.

  Modified files:
    trunk/ChangeLog
    trunk/ext/json/ext/generator/extconf.rb
    trunk/ext/json/ext/parser/extconf.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19724)
+++ ChangeLog	(revision 19725)
@@ -1,3 +1,9 @@
+Thu Oct  9 16:34:15 2008  NARUSE, Yui  <naruse@r...>
+
+	* ext/json/ext/generator/extconf.rb: fix target.
+
+	* ext/json/ext/parser/extconf.rb: ditto.
+
 Thu Oct  9 14:37:59 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
 	* include/ruby/ruby.h: embeds the elements of an array into its 
Index: ext/json/ext/generator/extconf.rb
===================================================================
--- ext/json/ext/generator/extconf.rb	(revision 19724)
+++ ext/json/ext/generator/extconf.rb	(revision 19725)
@@ -6,4 +6,4 @@
   #$CFLAGS += ' -O0 -ggdb'
 end
 
-create_makefile 'generator'
+create_makefile 'json/ext/generator'
Index: ext/json/ext/parser/extconf.rb
===================================================================
--- ext/json/ext/parser/extconf.rb	(revision 19724)
+++ ext/json/ext/parser/extconf.rb	(revision 19725)
@@ -6,4 +6,4 @@
   #$CFLAGS += ' -O0 -ggdb'
 end
 
-create_makefile 'parser'
+create_makefile 'json/ext/parser'

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

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