diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 07:34:56 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-09 07:34:56 +0000 |
| commit | 09bd263b8b5b94be7a41e3cc6025ccf335de1e66 (patch) | |
| tree | a286707378b700d1ca34fb76d1b5eb826c32878c /ext | |
| parent | 43de58cac637e841ed22e7d739ef5b8554bdce1f (diff) | |
| download | ruby-09bd263b8b5b94be7a41e3cc6025ccf335de1e66.tar.gz ruby-09bd263b8b5b94be7a41e3cc6025ccf335de1e66.tar.xz ruby-09bd263b8b5b94be7a41e3cc6025ccf335de1e66.zip | |
* ext/json/ext/generator/extconf.rb: fix target.
* ext/json/ext/parser/extconf.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/json/ext/generator/extconf.rb | 2 | ||||
| -rw-r--r-- | ext/json/ext/parser/extconf.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/json/ext/generator/extconf.rb b/ext/json/ext/generator/extconf.rb index 88aaf40d7..55741516f 100644 --- a/ext/json/ext/generator/extconf.rb +++ b/ext/json/ext/generator/extconf.rb @@ -6,4 +6,4 @@ if CONFIG['CC'] =~ /gcc/ #$CFLAGS += ' -O0 -ggdb' end -create_makefile 'generator' +create_makefile 'json/ext/generator' diff --git a/ext/json/ext/parser/extconf.rb b/ext/json/ext/parser/extconf.rb index f511bf07d..b56c4e66d 100644 --- a/ext/json/ext/parser/extconf.rb +++ b/ext/json/ext/parser/extconf.rb @@ -6,4 +6,4 @@ if CONFIG['CC'] =~ /gcc/ #$CFLAGS += ' -O0 -ggdb' end -create_makefile 'parser' +create_makefile 'json/ext/parser' |
