summaryrefslogtreecommitdiffstats
path: root/ext/digest
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-06 06:22:56 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-06 06:22:56 +0000
commit84ad8bc71d20fdc1cb6bb6626ca1ec13a23b7581 (patch)
tree19f492151d52338a28dbe1d33df5faa8058d1ace /ext/digest
parent09ecdcb51ceef7ce644d6f1be5bde3075681b58c (diff)
downloadruby-84ad8bc71d20fdc1cb6bb6626ca1ec13a23b7581.tar.gz
ruby-84ad8bc71d20fdc1cb6bb6626ca1ec13a23b7581.tar.xz
ruby-84ad8bc71d20fdc1cb6bb6626ca1ec13a23b7581.zip
* ext/digest/depend: Fix header installation when the build
directory is different from srcdir. [Pointed out by: eban] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/digest')
-rw-r--r--ext/digest/depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/digest/depend b/ext/digest/depend
index f8ef78dee..1fd76dbd8 100644
--- a/ext/digest/depend
+++ b/ext/digest/depend
@@ -5,4 +5,4 @@ install-so: install-h
site-install-so: install-h
install-h:
- $(INSTALL_DATA) digest.h $(RUBYARCHDIR)
+ $(INSTALL_DATA) $(srcdir)/digest.h $(RUBYARCHDIR)