From 20c72dc89d3d1f67fc60b5bc405cdc4246732652 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 22 Mar 2017 06:00:18 +0000 Subject: ruby tool/update-deps --fix Onigumo 6 (r57045) introduced new onigumo.h header file, which is required from quite much everywhere. This commit adds necessary dependencies. Note: ruby/oniguruma.h now includes onigumo.h, ruby/io.h includes oniguruma.h, ruby/encoding.h also includes oniguruma.h, and internal.h includes encoding.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/strscan/depend | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/strscan') diff --git a/ext/strscan/depend b/ext/strscan/depend index 318da4f7e7..1c396b00cf 100644 --- a/ext/strscan/depend +++ b/ext/strscan/depend @@ -6,6 +6,7 @@ strscan.o: $(hdrdir)/ruby/defines.h strscan.o: $(hdrdir)/ruby/encoding.h strscan.o: $(hdrdir)/ruby/intern.h strscan.o: $(hdrdir)/ruby/missing.h +strscan.o: $(hdrdir)/ruby/onigmo.h strscan.o: $(hdrdir)/ruby/oniguruma.h strscan.o: $(hdrdir)/ruby/re.h strscan.o: $(hdrdir)/ruby/regex.h -- cgit v1.2.3