* lib/mkmf.rb (create_makefile): install-rb is needed for statically
linked extensions. [ruby-dev:24491] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f282f05fbc
commit
740b2d99ce
@ -1,3 +1,8 @@
|
|||||||
|
Sat Oct 16 10:56:36 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* lib/mkmf.rb (create_makefile): install-rb is needed for statically
|
||||||
|
linked extensions. [ruby-dev:24491]
|
||||||
|
|
||||||
Fri Oct 15 18:07:08 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
Fri Oct 15 18:07:08 2004 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||||
|
|
||||||
* ext/openssl/ossl_x509store.c
|
* ext/openssl/ossl_x509store.c
|
||||||
|
@ -912,8 +912,7 @@ CLEANLIBS = #{n}#{CONFIG['DLEXT']} #{n}il? #{n}tds #{n}map
|
|||||||
CLEANOBJS = *.#{$OBJEXT} *.#{$LIBEXT} *.s[ol] *.pdb *.exp *.bak
|
CLEANOBJS = *.#{$OBJEXT} *.#{$LIBEXT} *.s[ol] *.pdb *.exp *.bak
|
||||||
|
|
||||||
all: #{target ? $extout ? "install" : "$(DLLIB)" : "Makefile"}
|
all: #{target ? $extout ? "install" : "$(DLLIB)" : "Makefile"}
|
||||||
static: $(STATIC_LIB)
|
static: $(STATIC_LIB)#{$extout ? " install-rb" : ""}
|
||||||
|
|
||||||
}
|
}
|
||||||
mfile.print CLEANINGS
|
mfile.print CLEANINGS
|
||||||
dirs = []
|
dirs = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user