aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-20 18:13:08 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-20 18:13:08 +0000
commit23d009891a42dee14b9865ea80f9cc910a863840 (patch)
tree424de9c72672ff482ef95a04165ccf51547ab005 /Makefile.in
parent5dc22208af5accc9e0d06103a2b26df2f56db22b (diff)
downloadruby-23d009891a42dee14b9865ea80f9cc910a863840.tar.gz
goruby build was broken
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e0de4801be..ccfb2ded2b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -209,6 +209,7 @@ 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
MAINSRC = $(MAINOBJ:@OBJEXT@=c)