From 5979f0e28835434b327fb4e98f48cfab3a9f22ab Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Mar 2002 09:24:39 +0000 Subject: * ext/digest: add depend file. * ext/digest/md5: ditto. * ext/digest/rmd160: ditto. * ext/digest/sha1: ditto. * ext/digest/sha2: ditto. * ext/iconv/MANIFEST: ditto. * ext/stringio/MANIFEST: ditto. * ext/syslog: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/depend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ext/digest/depend (limited to 'ext/digest/depend') diff --git a/ext/digest/depend b/ext/digest/depend new file mode 100644 index 0000000000..43601a208f --- /dev/null +++ b/ext/digest/depend @@ -0,0 +1,2 @@ +digest.o: digest.c digest.h $(hdrdir)/ruby.h $(topdir)/config.h \ + $(hdrdir)/defines.h $(hdrdir)/intern.h -- cgit v1.2.3