diff options
author | 卜部昌平 <[email protected]> | 2021-09-29 15:23:45 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-10-05 14:18:23 +0900 |
commit | 5c167a9778366c8d348f00debc479777626ef252 (patch) | |
tree | f9d767f198e91e2cd2bce63b2f6ba8b236a03e4e /ext/etc/depend | |
parent | 5112a548467e04ebdb386f0cc7bacb29f38d3fd2 (diff) |
ruby tool/update-deps --fix
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/4909
Diffstat (limited to 'ext/etc/depend')
-rw-r--r-- | ext/etc/depend | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/etc/depend b/ext/etc/depend index a00f6c0508..2ecd521ef9 100644 --- a/ext/etc/depend +++ b/ext/etc/depend @@ -90,6 +90,15 @@ etc.o: $(hdrdir)/ruby/internal/core/rtypeddata.h etc.o: $(hdrdir)/ruby/internal/ctype.h etc.o: $(hdrdir)/ruby/internal/dllexport.h etc.o: $(hdrdir)/ruby/internal/dosish.h +etc.o: $(hdrdir)/ruby/internal/encoding/coderange.h +etc.o: $(hdrdir)/ruby/internal/encoding/ctype.h +etc.o: $(hdrdir)/ruby/internal/encoding/encoding.h +etc.o: $(hdrdir)/ruby/internal/encoding/pathname.h +etc.o: $(hdrdir)/ruby/internal/encoding/re.h +etc.o: $(hdrdir)/ruby/internal/encoding/sprintf.h +etc.o: $(hdrdir)/ruby/internal/encoding/string.h +etc.o: $(hdrdir)/ruby/internal/encoding/symbol.h +etc.o: $(hdrdir)/ruby/internal/encoding/transcode.h etc.o: $(hdrdir)/ruby/internal/error.h etc.o: $(hdrdir)/ruby/internal/eval.h etc.o: $(hdrdir)/ruby/internal/event.h |