From 9f41782ec8170c69598f49c6fedf5e7ca35724a4 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 14 Aug 2010 10:12:13 +0000 Subject: * ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly add topdir and top_srcdir. [ruby-dev:42031] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/objspace/extconf.rb') diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb index a0cc3cecce..23a42c4c20 100644 --- a/ext/objspace/extconf.rb +++ b/ext/objspace/extconf.rb @@ -1,2 +1,2 @@ - +$INCFLAGS << " -I$(topdir) -I$(top_srcdir)" create_makefile('objspace') -- cgit v1.2.3