mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
common.mk: needs fake.rb
* common.mk (ENC_MK): needs fake.rb if cross compilation. [ruby-dev:49098] [Bug #11272] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
07a296cead
commit
22eb2a4f90
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Jun 17 20:59:25 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (ENC_MK): needs fake.rb if cross compilation.
|
||||
[ruby-dev:49098] [Bug #11272]
|
||||
|
||||
Wed Jun 17 20:23:29 2015 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* ext/rbconfig/sizeof/extconf.rb: Check __float80.
|
||||
|
|
|
@ -626,7 +626,7 @@ libenc enc: {$(VPATH)}encdb.h
|
|||
libtrans trans: {$(VPATH)}transdb.h
|
||||
|
||||
$(ENC_MK): $(srcdir)/enc/make_encmake.rb $(srcdir)/enc/Makefile.in $(srcdir)/enc/depend \
|
||||
$(srcdir)/enc/encinit.c.erb $(srcdir)/lib/mkmf.rb $(RBCONFIG)
|
||||
$(srcdir)/enc/encinit.c.erb $(srcdir)/lib/mkmf.rb $(RBCONFIG) fake
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(MINIRUBY) $(srcdir)/enc/make_encmake.rb --builtin-encs="$(BUILTIN_ENCOBJS)" --builtin-transes="$(BUILTIN_TRANSOBJS)" --module$(ENCSTATIC) $@ $(ENCS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue