From b8487d91493f8cf4f5c247bd18d04384192d2028 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 17 Mar 2002 11:07:53 +0000 Subject: * ext/stringio/depend: added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/stringio/depend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ext/stringio/depend (limited to 'ext/stringio') diff --git a/ext/stringio/depend b/ext/stringio/depend new file mode 100644 index 000000000..cc9eae3f5 --- /dev/null +++ b/ext/stringio/depend @@ -0,0 +1,2 @@ +stringio.o: stringio.c $(hdrdir)/ruby.h $(topdir)/config.h \ + $(hdrdir)/defines.h $(hdrdir)/intern.h $(hdrdir)/rubyio.h -- cgit