aboutsummaryrefslogtreecommitdiffstats
path: root/ext/readline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2020-02-09 15:33:28 +0900
committeraycabta <aycabta@gmail.com>2020-02-09 20:22:12 +0900
commit05711adfb4eb30975860749225ddee3484336654 (patch)
treef1275b6b8c3510d0ed23d5dfce4696096f965c4b /ext/readline
parent9dcb324fbeaba2aeb51d8cfcf472b86704818f08 (diff)
downloadruby-05711adfb4eb30975860749225ddee3484336654.tar.gz
[ruby/readline-ext] Remove unnecessary -I$(top_srcdir) when it's an individual gem
https://github.com/ruby/readline-ext/commit/efaca4a5f4
Diffstat (limited to 'ext/readline')
-rw-r--r--ext/readline/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb
index fcc62921ae..d3e7872e65 100644
--- a/ext/readline/extconf.rb
+++ b/ext/readline/extconf.rb
@@ -109,5 +109,4 @@ unless readline.have_type("rl_hook_func_t*")
$defs << "-Drl_hook_func_t=Function"
end
-$INCFLAGS << " -I$(top_srcdir)"
create_makefile("readline")