aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorKoichi Sasada <ko1@atdot.net>2019-12-10 17:13:42 +0900
committerKoichi Sasada <ko1@atdot.net>2019-12-11 11:24:42 +0900
commit9c2807b2df14984e3c81d72a381d9a4d288b3fbe (patch)
tree8fbe8a94e9dbfdcbe51faaa1a72d29913844766a /template
parent2c5c60754cafe9895b7a7421cd0552eaa2ae8b09 (diff)
downloadruby-9c2807b2df14984e3c81d72a381d9a4d288b3fbe.tar.gz
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.
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 6783ba87a3..3845f02dc7 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -235,7 +235,6 @@ INSTALLED_LIST= .installed.list
NEWLINE_C = enc/trans/newline.c
MINIPRELUDE_C = miniprelude.c
-PRELUDE_C = prelude.c
GOLF_PRELUDE_C= golf_prelude.c
RBCONFIG = .rbconfig.time