1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/json/ext/generator/extconf.rb: fix target.

* ext/json/ext/parser/extconf.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2008-10-09 07:34:56 +00:00
parent 1339a862e5
commit 3b1e5ba31c
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
Thu Oct 9 16:34:15 2008 NARUSE, Yui <naruse@ruby-lang.org>
* 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@yugui.jp>
* include/ruby/ruby.h: embeds the elements of an array into its

View file

@ -6,4 +6,4 @@ if CONFIG['CC'] =~ /gcc/
#$CFLAGS += ' -O0 -ggdb'
end
create_makefile 'generator'
create_makefile 'json/ext/generator'

View file

@ -6,4 +6,4 @@ if CONFIG['CC'] =~ /gcc/
#$CFLAGS += ' -O0 -ggdb'
end
create_makefile 'parser'
create_makefile 'json/ext/parser'