diff --git a/src/ikarus.boot b/src/ikarus.boot index 3140a87..312386f 100644 Binary files a/src/ikarus.boot and b/src/ikarus.boot differ diff --git a/src/libhandlers.ss b/src/ikarus.handlers.ss similarity index 100% rename from src/libhandlers.ss rename to src/ikarus.handlers.ss diff --git a/src/makefile.ss b/src/makefile.ss index ba85bfb..6818648 100755 --- a/src/makefile.ss +++ b/src/makefile.ss @@ -21,7 +21,8 @@ ;;; an error (which may lead to the infamous Error: Error: ;;; Error: Error: Error: Error: Error: Error: Error: ...). ;;; - '("libhandlers.ss" + '(;"libhandlers.ss" + "ikarus.handlers.ss" "libcontrol.ss" "libcollect.ss" "librecord.ss"