From 8d7f9b0e380d789ca3c8be16249ed1ee1741502c Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 21 Nov 2014 03:04:10 +0000 Subject: * 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 --- ext/objspace/extconf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext') 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') -- cgit v1.2.3