summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/json/ext/generator/extconf.rb2
-rw-r--r--ext/json/ext/parser/extconf.rb2
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'