summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 08:00:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-14 08:00:22 +0000
commit8e385d677829388a2b3c1b2745fe817bf2506173 (patch)
tree7370b587520e4b3b969665ce90bfef0ad5803f38 /win32
parent6ad62c83093f2eb49594e50f0290abe28c55327e (diff)
Makefile.sub: gem_prelude to load rubygems
* win32/Makefile.sub (DEFAULT_PRELUDES): always use gem_prelude regardless of --disable-rubygems. follow up r43278. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.sub6
1 files changed, 1 insertions, 5 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index d10e82986c..91c839234e 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -291,11 +291,7 @@ BTESTRUBY = $(MINIRUBY)
!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