From 3b1e5ba31ccaa39599f978af161255e7148a90ee Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 9 Oct 2008 07:34:56 +0000 Subject: * 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 --- ext/json/ext/parser/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/ext/parser/extconf.rb') diff --git a/ext/json/ext/parser/extconf.rb b/ext/json/ext/parser/extconf.rb index f511bf07da..b56c4e66d7 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' -- cgit v1.2.3