diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-16 01:56:44 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-10-16 01:56:44 +0000 |
| commit | 546b708833dfc7e308a7a0b7088af0578745ad57 (patch) | |
| tree | f142ca34bc66a970795ed43d1b4232509031c85c /lib | |
| parent | dbf96b381ff63ffc81b401c6c7a99edcbf5af015 (diff) | |
| download | ruby-546b708833dfc7e308a7a0b7088af0578745ad57.tar.gz ruby-546b708833dfc7e308a7a0b7088af0578745ad57.tar.xz ruby-546b708833dfc7e308a7a0b7088af0578745ad57.zip | |
* lib/mkmf.rb (create_makefile): install-rb is needed for statically
linked extensions. [ruby-dev:24491]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mkmf.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 98c56ed24..8b0429932 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 = [] |
