mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (enk.mk): give not RUBY but MINIRUBY.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8569904ac4
commit
e6a8cc7e2b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Aug 8 21:09:10 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
* common.mk (enk.mk): give not RUBY but MINIRUBY.
|
||||
|
||||
Fri Aug 8 17:03:17 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (shutdown, sched_yield, pthread_attr_setinheritsched):
|
||||
|
|
|
@ -377,7 +377,7 @@ $(RBCONFIG): $(srcdir)/mkconfig.rb config.status $(PREP)
|
|||
-so_name=$(RUBY_SO_NAME) rbconfig.rb
|
||||
|
||||
encs: enc.mk $(LIBRUBY) $(PREP)
|
||||
$(MAKE) -f enc.mk RUBY="$(MINIRUBY)" $(MFLAGS)
|
||||
$(MAKE) -f enc.mk MINIRUBY="$(MINIRUBY)" $(MFLAGS)
|
||||
|
||||
enc.mk: $(srcdir)/enc/make_encmake.rb $(srcdir)/enc/Makefile.in $(srcdir)/enc/depend \
|
||||
$(srcdir)/lib/mkmf.rb $(RBCONFIG)
|
||||
|
|
Loading…
Add table
Reference in a new issue