From 8bfb053acb9efc3fecc14d0e5723a887800275df Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 7 Sep 2016 23:31:50 -0400 Subject: [PATCH] Added SRFI 117 to bootstrap --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7a0c3a58..4c3932f2 100644 --- a/Makefile +++ b/Makefile @@ -151,6 +151,7 @@ bootstrap: icyc cp srfi/27.c $(BOOTSTRAP_DIR)/srfi cp srfi/69.c $(BOOTSTRAP_DIR)/srfi cp srfi/111.c $(BOOTSTRAP_DIR)/srfi + cp srfi/117.c $(BOOTSTRAP_DIR)/srfi cp srfi/132.c $(BOOTSTRAP_DIR)/srfi cp srfi/list-queues/*.scm $(BOOTSTRAP_DIR)/srfi/list-queues cp srfi/sorting/*.scm $(BOOTSTRAP_DIR)/srfi/sorting