From 740b2d99ce1998317f8db74b6a7a69f936a94575 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 16 Oct 2004 01:56:44 +0000 Subject: [PATCH] * 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 --- ChangeLog | 7 ++++++- lib/mkmf.rb | 3 +-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6ed15257b5..6d4714a710 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 16 10:56:36 2004 Nobuyoshi Nakada + + * 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 * ext/openssl/ossl_x509store.c @@ -11,7 +16,7 @@ Fri Oct 15 18:07:08 2004 GOTOU Yuuzou Fri Oct 15 18:04:35 2004 Hidetoshi NAGAI * ext/tk/lib/tk/timer.rb: TkTimer.new(interval, loop){ ... } is - acceptable. Add TkTimer.start ( == new + start ). + acceptable. Add TkTimer.start ( == new + start ). Fri Oct 15 12:43:09 2004 Tanaka Akira diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 98c56ed248..8b04299322 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -912,8 +912,7 @@ CLEANLIBS = #{n}#{CONFIG['DLEXT']} #{n}il? #{n}tds #{n}map CLEANOBJS = *.#{$OBJEXT} *.#{$LIBEXT} *.s[ol] *.pdb *.exp *.bak all: #{target ? $extout ? "install" : "$(DLLIB)" : "Makefile"} -static: $(STATIC_LIB) - +static: $(STATIC_LIB)#{$extout ? " install-rb" : ""} } mfile.print CLEANINGS dirs = []