aboutsummaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-16 12:41:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-16 12:41:23 +0000
commit5f8a26eac4e34bd759938645cea8d0c3218b1673 (patch)
tree92fd2e44532aad77d0268cbc156e1867004798c3 /common.mk
parente2dbdfd8888faafc9905f908540930ce4a5456e8 (diff)
downloadruby-5f8a26eac4e34bd759938645cea8d0c3218b1673.tar.gz
common.mk: INCFLAGS
* common.mk (INCFLAGS): move from Makefile.in. * win32/Makefile.sub (XCFLAGS): missing directory is not neccessary as an include path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 93eb2925c4..90208344ac 100644
--- a/common.mk
+++ b/common.mk
@@ -18,6 +18,8 @@ RUBYLIB = $(PATH_SEPARATOR)
RUBYOPT = -
RUN_OPTS = --disable-gems
+INCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir)
+
GEM_HOME =
GEM_PATH =
GEM_VENDOR =