diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-02-08 02:46:22 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2019-02-08 02:46:22 +0000 |
commit | 3d1c86a26f0c96a9c1d0247b968aa96e6f3c30bb (patch) | |
tree | 07e61a59dba44035dfda236733c2002bfc2cbf83 /ext/fcntl/depend | |
parent | e6f8382a766a4e27e008d8cf753c6589a3eb6f85 (diff) |
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
Diffstat (limited to 'ext/fcntl/depend')
-rw-r--r-- | ext/fcntl/depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fcntl/depend b/ext/fcntl/depend index 61d7dc20ee..961c0ab60f 100644 --- a/ext/fcntl/depend +++ b/ext/fcntl/depend @@ -1,6 +1,7 @@ # AUTOGENERATED DEPENDENCIES START fcntl.o: $(RUBY_EXTCONF_H) fcntl.o: $(arch_hdrdir)/ruby/config.h +fcntl.o: $(hdrdir)/ruby.h fcntl.o: $(hdrdir)/ruby/backward.h fcntl.o: $(hdrdir)/ruby/defines.h fcntl.o: $(hdrdir)/ruby/intern.h @@ -8,6 +9,5 @@ fcntl.o: $(hdrdir)/ruby/missing.h fcntl.o: $(hdrdir)/ruby/ruby.h fcntl.o: $(hdrdir)/ruby/st.h fcntl.o: $(hdrdir)/ruby/subst.h -fcntl.o: $(top_srcdir)/include/ruby.h fcntl.o: fcntl.c # AUTOGENERATED DEPENDENCIES END |