diff --git a/Makefile.in b/Makefile.in index 768918e..afb97f0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -116,6 +116,7 @@ SCSHOBJS = \ scsh/regexp/regexp.o \ scsh/regexp/regsub.o \ scsh/select.o scsh/select1.o \ + scsh/sleep1.o \ scsh/syscalls.o scsh/syscalls1.o \ scsh/time.o scsh/time1.o \ scsh/tty.o scsh/tty1.o \ @@ -641,7 +642,10 @@ scsh/scsh.image: $(VM) $(SCHEME) $(CIG).image echo ",translate =scheme48/ $(LIB)/"; \ echo ",in scsh-level-0"; \ echo "(%install-scsh-handlers)"; \ + echo "(autoreap-policy 'early)"; \ echo ",user"; \ + echo ",load-package floatnums"; \ + echo ",open floatnums"; \ echo ",open scsh"; \ echo "(dump-scsh \"scsh/scsh.image\")") \ | ./$(VM) -o ./$(VM) -i $(CIG).image