aboutsummaryrefslogtreecommitdiffstats
path: root/template/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'template/Makefile.in')
-rw-r--r--template/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 110071de6a..eae67a5d05 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -152,8 +152,9 @@ XRUBY_RUBYLIBDIR = @XRUBY_RUBYLIBDIR@
XRUBY_RUBYHDRDIR = @XRUBY_RUBYHDRDIR@
BOOTSTRAPRUBY = @BOOTSTRAPRUBY@
-COROUTINE_H = @X_FIBER_COROUTINE_H@
+COROUTINE_H = @X_COROUTINE_H@
COROUTINE_OBJ = $(COROUTINE_H:.h=.@OBJEXT@)
+COROUTINE_SRC = @X_COROUTINE_SRC@
#### End of system configuration section. ####