* ext/digest/depend: Fix header installation when the build
directory is different from srcdir. [Pointed out by: eban] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cbefc993ac
commit
0522cf503c
@ -1,3 +1,8 @@
|
|||||||
|
Fri Oct 6 15:19:59 2006 Akinori MUSHA <knu@iDaemons.org>
|
||||||
|
|
||||||
|
* ext/digest/depend: Fix header installation when the build
|
||||||
|
directory is different from srcdir. [Pointed out by: eban]
|
||||||
|
|
||||||
Fri Oct 6 09:56:31 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
Fri Oct 6 09:56:31 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use
|
* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't use
|
||||||
|
@ -5,4 +5,4 @@ install-so: install-h
|
|||||||
site-install-so: install-h
|
site-install-so: install-h
|
||||||
|
|
||||||
install-h:
|
install-h:
|
||||||
$(INSTALL_DATA) digest.h $(RUBYARCHDIR)
|
$(INSTALL_DATA) $(srcdir)/digest.h $(RUBYARCHDIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user