From be7ac45ba90b01090edc9e8df6db52dd530da58b Mon Sep 17 00:00:00 2001 From: kosako Date: Fri, 25 Aug 2006 12:38:28 +0000 Subject: add regint.h and oniguruma.h to dependence git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/strscan/depend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/strscan/depend b/ext/strscan/depend index eba3c3a0d..2a4255e91 100644 --- a/ext/strscan/depend +++ b/ext/strscan/depend @@ -1,2 +1,3 @@ strscan.o: strscan.c $(hdrdir)/ruby.h $(hdrdir)/re.h $(hdrdir)/regex.h \ - $(topdir)/config.h $(hdrdir)/defines.h + $(hdrdir)/regint.h $(hdrdir)/oniguruma.h $(topdir)/config.h \ + $(hdrdir)/defines.h -- cgit