aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-/wait_for_single_fd
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 09:43:47 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-10 09:43:47 +0000
commit292d1421a123be8fa7f2d769f70f57a364ae1914 (patch)
tree27115d453f89f9dfb22314edc223646193f6bcb0 /ext/-test-/wait_for_single_fd
parente5c8eea039f28ba38fcaa067b43a8dec19d34fc4 (diff)
downloadruby-292d1421a123be8fa7f2d769f70f57a364ae1914.tar.gz
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
Diffstat (limited to 'ext/-test-/wait_for_single_fd')
-rw-r--r--ext/-test-/wait_for_single_fd/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/-test-/wait_for_single_fd/extconf.rb b/ext/-test-/wait_for_single_fd/extconf.rb
index edb18746d1..931662c040 100644
--- a/ext/-test-/wait_for_single_fd/extconf.rb
+++ b/ext/-test-/wait_for_single_fd/extconf.rb
@@ -1,2 +1,2 @@
# frozen_string_literal: false
-create_makefile("-test-/wait_for_single_fd/wait_for_single_fd")
+create_makefile("-test-/wait_for_single_fd")