From 2d60d02f498e281f6e3c5e82be1df7182e573dec Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 17 Sep 2026 14:39:22 +0900 Subject: [PATCH] Add ext/zlib/depend `tool/sync_default_gems.rb all` removes the whole `ext/zlib` directory before copying this repository over it, so the `depend` file that ruby/ruby carries is lost on every full sync. Keeping the authoritative copy here restores the split that Misc #22206 settled: the complete dependency rules live upstream, and ruby/ruby keeps only the source correspondence that `minimize_dependencies` leaves behind. Generated with `ruby ext/zlib/extconf.rb --update-depend` from a build directory outside the source tree, so the root detected is this repository and no `$(hdrdir)` entries are pulled in. Co-Authored-By: Claude Opus 5 --- ext/zlib/depend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ext/zlib/depend diff --git a/ext/zlib/depend b/ext/zlib/depend new file mode 100644 index 0000000..aa805cb --- /dev/null +++ b/ext/zlib/depend @@ -0,0 +1,3 @@ +# AUTOGENERATED DEPENDENCIES START +zlib.o: zlib.c +# AUTOGENERATED DEPENDENCIES END