summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorgotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 12:25:26 +0000
committergotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-17 12:25:26 +0000
commitabdb68e47ac84d10209ad7921ae800750d12ccc5 (patch)
tree909827f7ef69fbf45d8e055fe9f5ffefe6c6d422 /common.mk
parent67b274ebfd17995f5af57154ffa6abb2044dd26e (diff)
downloadruby-abdb68e47ac84d10209ad7921ae800750d12ccc5.tar.gz
ruby-abdb68e47ac84d10209ad7921ae800750d12ccc5.tar.xz
ruby-abdb68e47ac84d10209ad7921ae800750d12ccc5.zip
* common.mk (miniprelude.c): add -I$(srcdir).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14271 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 39ed83196..c288740c7 100644
--- a/common.mk
+++ b/common.mk
@@ -643,7 +643,7 @@ node_name.inc: {$(VPATH)}node.h
$(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@
miniprelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
- $(BASERUBY) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
+ $(BASERUBY) -I$(srcdir) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
prelude.c: $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $(srcdir)/gem_prelude.rb $(RBCONFIG)
$(MINIRUBY) -I$(srcdir) -rrbconfig $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $(srcdir)/gem_prelude.rb $@