From 63cbe555b7c040efd335392f31dd99d45e8134db Mon Sep 17 00:00:00 2001 From: mame Date: Fri, 5 Feb 2010 16:21:56 +0000 Subject: * ext/purelib.rb, common.mk: to simulate ruby command more precisely, remove "." from $: of virtual environment for build and test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 1bce4cf9cd..559b4908ee 100644 --- a/common.mk +++ b/common.mk @@ -123,7 +123,7 @@ TESTRUN_SCRIPT = $(srcdir)/test.rb BOOTSTRAPRUBY = $(BASERUBY) -COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -I. -rrbconfig $(srcdir)/tool/compile_prelude.rb +COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -I. -r./rbconfig $(srcdir)/tool/compile_prelude.rb all: main docs -- cgit v1.2.3