From 36a6795407fe0efe5ba3187e46e9cd19fcfe7ecf Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 17 Sep 2026 14:57:10 +0900 Subject: [PATCH] Add ext/strscan/depend `tool/sync_default_gems.rb` removes the mapped directory before copying this repository over it, so ruby/ruby loses its own `ext/strscan/depend` on every sync. Keeping the file here makes the sync carry it back. Generated with `extconf.rb --update-depend`, which resolves dependencies against this repository rather than an installed Ruby, so no `$(hdrdir)` paths leak in and older Rubies still build. Co-Authored-By: Claude Opus 5 --- ext/strscan/depend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ext/strscan/depend diff --git a/ext/strscan/depend b/ext/strscan/depend new file mode 100644 index 0000000000..d77bf933e2 --- /dev/null +++ b/ext/strscan/depend @@ -0,0 +1,3 @@ +# AUTOGENERATED DEPENDENCIES START +strscan.o: strscan.c +# AUTOGENERATED DEPENDENCIES END