[ruby-cvs:78612] 9c2807b2df (master): remove prelude.c
"Koichi Sasada" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Koichi Sasada 2019-12-10 17:13:42 +0900 (Tue, 10 Dec 2019)
New Revision: 9c2807b2df
https://github.com/ruby/ruby/commit/9c2807b2df
Log:
remove prelude.c
prelude.c is an automatically generated file by template/prelude.c.tmpl.
However it does not contain any required functions. So remove it from
dependency.
Also miniprelude.c is included by mini_builtin.c and does not need
to make miniprelude.o.
Modified files:
common.mk
mini_builtin.c
template/Makefile.in
tool/update-deps
win32/Makefile.sub