From 3d1c86a26f0c96a9c1d0247b968aa96e6f3c30bb Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 8 Feb 2019 02:46:22 +0000 Subject: Removed moving toplevel header since r12501 Moving public headers was 12-years ago, no depend files would expect ruby.h in the top source directory now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/update-deps | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tool') diff --git a/tool/update-deps b/tool/update-deps index 2129bdba25..945d5053ca 100755 --- a/tool/update-deps +++ b/tool/update-deps @@ -157,16 +157,14 @@ FILES_NEED_VPATH = %w[ # It is not good idea to refer them using VPATH. # Files in FILES_SAME_NAME_INC is referenced using $(hdrdir). # Files in FILES_SAME_NAME_TOP is referenced using $(top_srcdir). -# include/ruby.h is referenced using $(top_srcdir) because mkmf.rb replaces -# $(hdrdir)/ruby.h to $(hdrdir)/ruby/ruby.h FILES_SAME_NAME_INC = %w[ + include/ruby.h include/ruby/ruby.h include/ruby/version.h ] FILES_SAME_NAME_TOP = %w[ - include/ruby.h version.h ] -- cgit v1.2.3