From d301592da6c07e14b1492f5926e605e596290971 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 4 Feb 2017 18:03:58 -0500 Subject: [PATCH] Add BOOTSTRAP_DIR --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ac4862c6..5aa724b4 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ CCOMP = $(CC) $(CFLAGS) INDENT_CMD = indent -linux -l80 -i2 -nut # Directories +BOOTSTRAP_DIR = ../cyclone-bootstrap SCHEME_DIR = scheme EXAMPLE_DIR = examples HEADER_DIR = include/cyclone @@ -219,6 +220,7 @@ bootstrap : icyc libs cp srfi/9.meta $(BOOTSTRAP_DIR)/srfi cp srfi/18.c $(BOOTSTRAP_DIR)/srfi cp srfi/27.c $(BOOTSTRAP_DIR)/srfi + cp srfi/28.c $(BOOTSTRAP_DIR)/srfi cp srfi/60.c $(BOOTSTRAP_DIR)/srfi cp srfi/69.c $(BOOTSTRAP_DIR)/srfi cp srfi/106.c $(BOOTSTRAP_DIR)/srfi