summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/ext/parser/extconf.rb')
-rw-r--r--ext/json/ext/parser/extconf.rb2
1 files changed, 1 insertions, 1 deletions
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'