~ chicken-core (chicken-5) 2dbfa725913e404efa36410e6a7cc36f3797b3db


commit 2dbfa725913e404efa36410e6a7cc36f3797b3db
Author:     Evan Hanson <evhan@foldling.org>
AuthorDate: Sun Apr 29 00:39:14 2018 +0200
Commit:     Evan Hanson <evhan@foldling.org>
CommitDate: Sun Apr 29 00:47:10 2018 +0200

    Update "-consult-types-file" flag name in defaults.make

diff --git a/defaults.make b/defaults.make
index f9f460d9..d1535552 100644
--- a/defaults.make
+++ b/defaults.make
@@ -246,7 +246,7 @@ else
 CHICKEN_OPTIONS += -no-warnings
 endif
 ifndef BUILDING_CHICKEN_BOOT
-CHICKEN_OPTIONS += -specialize -consult-type-file $(SRCDIR)types.db
+CHICKEN_OPTIONS += -specialize -consult-types-file $(SRCDIR)types.db
 endif
 CHICKEN_OPTIONS += $(EXTRA_CHICKEN_OPTIONS)
 CHICKEN_LIBRARY_OPTIONS = $(CHICKEN_OPTIONS) -explicit-use -no-trace
Trap