mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* common.mk (prelude.c): add dependency to LIB_SRCS because
enc/prelude.rb requires lib/unicode_normalize.rb, and it's also requires lib/unicode_normalize/tables.rb (=LIB_SRCS). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f65e5121e2
commit
35215a8503
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Wed Oct 22 21:31:56 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* common.mk (prelude.c): add dependency to LIB_SRCS because
|
||||
enc/prelude.rb requires lib/unicode_normalize.rb, and it's also
|
||||
requires lib/unicode_normalize/tables.rb (=LIB_SRCS).
|
||||
|
||||
Wed Oct 22 21:09:51 2014 Yuki Yugui Sonoda <yugui@yugui.jp>
|
||||
|
||||
* configure.in (nacl_cv_cpu_nick): fix typo in PNaCl.
|
||||
|
|
|
@ -971,7 +971,7 @@ $(MINIPRELUDE_C): $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb
|
|||
prelude.c: $(srcdir)/tool/compile_prelude.rb $(RBCONFIG) \
|
||||
$(srcdir)/lib/rubygems/defaults.rb \
|
||||
$(srcdir)/lib/rubygems/core_ext/kernel_gem.rb \
|
||||
$(PRELUDE_SCRIPTS) $(PREP)
|
||||
$(PRELUDE_SCRIPTS) $(PREP) $(LIB_SRCS)
|
||||
$(ECHO) generating $@
|
||||
$(Q) $(COMPILE_PRELUDE) $(PRELUDE_SCRIPTS) $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue