diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-21 03:04:10 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-11-21 03:04:10 +0000 |
commit | 8d7f9b0e380d789ca3c8be16249ed1ee1741502c (patch) | |
tree | b8c28a958c379004408dea8412540fd7a7a5e676 /ext/objspace/extconf.rb | |
parent | 72de767e9b60b301cfa0648def20a5251ed9a82a (diff) |
* tool/update-deps (in_makefile): Use FILES_NEED_VPATH and
FILES_CONFUSING.
* ext/objspace/extconf.rb: Add VPATH for id.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/objspace/extconf.rb')
-rw-r--r-- | ext/objspace/extconf.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/objspace/extconf.rb b/ext/objspace/extconf.rb index 23a42c4c20..2b4154303f 100644 --- a/ext/objspace/extconf.rb +++ b/ext/objspace/extconf.rb @@ -1,2 +1,3 @@ $INCFLAGS << " -I$(topdir) -I$(top_srcdir)" +$VPATH << '$(topdir)' << '$(top_srcdir)' # for id.h. create_makefile('objspace') |