diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-10 05:01:33 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-10 05:01:33 +0000 |
commit | 9b2fa26be45b051ebdfc2cf06a13aff0caf58c00 (patch) | |
tree | 8818dd11554f69d2861cd20e9396b6227d976453 /ext/digest/depend | |
parent | 6d83e40c327df4fbd3214815022ab66a215ce995 (diff) |
* 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
Diffstat (limited to 'ext/digest/depend')
-rw-r--r-- | ext/digest/depend | 6 |
1 files changed, 6 insertions, 0 deletions
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) |