summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 07:34:03 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-26 07:34:03 +0000
commitfc16289627d72c88152b2e57fe90c60e8a5cf667 (patch)
treed236a6d27fdd71bd60d323dddbfc2138de14e715 /common.mk
parent03f53e3c46835975ca1a9a850c25bbcd129e833b (diff)
* common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.
[ruby-dev:38714] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index b8b3e99b4d..7e4963e14b 100644
--- a/common.mk
+++ b/common.mk
@@ -121,7 +121,7 @@ TESTRUN_SCRIPT = $(srcdir)/test.rb
BOOTSTRAPRUBY = $(BASERUBY)
-COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prelude.rb
+COMPILE_PRELUDE = $(MINIRUBY) -I$(srcdir) -I. -rrbconfig $(srcdir)/tool/compile_prelude.rb
all: encs exts main