ruby-changes:31203
From: nobu <ko1@a...>
Date: Mon, 14 Oct 2013 17:00:28 +0900 (JST)
Subject: [ruby-changes:31203] nobu:r43282 (trunk): Makefile.sub: gem_prelude to load rubygems
nobu 2013-10-14 17:00:22 +0900 (Mon, 14 Oct 2013) New Revision: 43282 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43282 Log: Makefile.sub: gem_prelude to load rubygems * win32/Makefile.sub (DEFAULT_PRELUDES): always use gem_prelude regardless of --disable-rubygems. follow up r43278. Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 43281) +++ win32/Makefile.sub (revision 43282) @@ -291,11 +291,7 @@ BTESTRUBY = $(MINIRUBY) https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L291 !ifndef RUBY RUBY = ruby !endif -!if "$(USE_RUBYGEMS)" == "NO" -DEFAULT_PRELUDES = $(NO_GEM_PRELUDE) -!else -DEFAULT_PRELUDES = $(YES_GEM_PRELUDE) -!endif +DEFAULT_PRELUDES = $(GEM_PRELUDE) DTRACE_EXT = dmyh -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/