From 9b2fa26be45b051ebdfc2cf06a13aff0caf58c00 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 10 Oct 2006 05:01:33 +0000 Subject: * ext/digest: Merge from trunk; apply all changes since the initial import, except for the removal of compatibility stub libraries (md5.rb and sha1.rb). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@11117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/depend | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/digest/depend') diff --git a/ext/digest/depend b/ext/digest/depend index 43601a208f..1fd76dbd8b 100644 --- a/ext/digest/depend +++ b/ext/digest/depend @@ -1,2 +1,8 @@ digest.o: digest.c digest.h $(hdrdir)/ruby.h $(topdir)/config.h \ $(hdrdir)/defines.h $(hdrdir)/intern.h + +install-so: install-h +site-install-so: install-h + +install-h: + $(INSTALL_DATA) $(srcdir)/digest.h $(RUBYARCHDIR) -- cgit v1.2.3