* common.mk ($(MINIPRELUDE_C)): -I may break make dist.
patched by Vit Ondruch [Bug #7541] [ruby-core:50736] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
20d68c92ca
commit
381b72da12
@ -1,3 +1,8 @@
|
||||
Tue Dec 11 11:36:04 2012 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk ($(MINIPRELUDE_C)): -I may break make dist.
|
||||
patched by Vit Ondruch [Bug #7541] [ruby-core:50736]
|
||||
|
||||
Tue Dec 11 01:53:37 2012 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
|
||||
|
||||
* lib/matrix: alias {row|column}_size to {row|column}_count and use
|
||||
|
@ -887,7 +887,7 @@ known_errors.inc: $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_
|
||||
|
||||
$(MINIPRELUDE_C): $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(BASERUBY) -I$(srcdir) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
|
||||
$(Q) $(BASERUBY) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
|
||||
|
||||
prelude.c: $(srcdir)/tool/compile_prelude.rb $(RBCONFIG) \
|
||||
$(srcdir)/lib/rubygems/defaults.rb \
|
||||
|
Loading…
x
Reference in New Issue
Block a user