From a5beed9ff467be394afc4957f0c9b12765c81743 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Jan 2016 09:43:47 +0000 Subject: ext/-test-: reduce feature names * ext/-test-/**/extconf.rb: bring up extension libraries which have same name as the parent directory to reduce feature names. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/-test-/iseq_load/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/-test-/iseq_load/extconf.rb') diff --git a/ext/-test-/iseq_load/extconf.rb b/ext/-test-/iseq_load/extconf.rb index c5bd6c0569..5858870138 100644 --- a/ext/-test-/iseq_load/extconf.rb +++ b/ext/-test-/iseq_load/extconf.rb @@ -1,2 +1,2 @@ # frozen_string_literal: false -create_makefile("-test-/iseq_load/iseq_load") +create_makefile("-test-/iseq_load") -- cgit v1.2.3