From c34f9d6882473bb34ff63f5a07046eb29502d82e Mon Sep 17 00:00:00 2001 From: shivers Date: Fri, 19 Apr 1996 18:51:08 +0000 Subject: [PATCH] Added LET-OPT machinery to system. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 665b74e..a7f346e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -619,6 +619,7 @@ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image echo ",open externals"; \ echo "(lookup-all-externals)"; \ echo ",config"; \ + echo ",load $(srcdir)/scsh/let-opt.scm"; \ echo ",load $(srcdir)/scsh/scsh-interfaces.scm"; \ echo ",load $(srcdir)/scsh/machine/packages.scm"; \ echo ",load $(srcdir)/scsh/scsh-package.scm"; \