mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
use MINIRUBY
* common.mk ($(MJIT_MIN_HEADER)): use $(MINIRUBY) at build time. $(BASERUBY) may not be available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
24fcc0275b
commit
67f12c5fc8
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ rb_mjit_header.h: PHONY probes.h
|
|||
|
||||
$(MJIT_MIN_HEADER): rb_mjit_header.h $(srcdir)/tool/transform_mjit_header.rb
|
||||
$(ECHO) building $@
|
||||
$(BASERUBY) $(srcdir)/tool/transform_mjit_header.rb "$(CC)" rb_mjit_header.h $@
|
||||
$(MINIRUBY) $(srcdir)/tool/transform_mjit_header.rb "$(CC)" rb_mjit_header.h $@
|
||||
|
||||
.PHONY: showflags
|
||||
exts enc trans: $(SHOWFLAGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue