From 983616f0c05881a3839b4cb506aecc37795863ac Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 16 Oct 2000 18:27:34 +0000 Subject: [PATCH] Forgot to load CREF. --- v7/src/etc/bootstrap-compile.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/etc/bootstrap-compile.scm b/v7/src/etc/bootstrap-compile.scm index b61005d08..e159b1a72 100644 --- a/v7/src/etc/bootstrap-compile.scm +++ b/v7/src/etc/bootstrap-compile.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: bootstrap-compile.scm,v 1.4 2000/10/16 18:25:36 cph Exp $ +$Id: bootstrap-compile.scm,v 1.5 2000/10/16 18:27:34 cph Exp $ Copyright (c) 2000 Massachusetts Institute of Technology @@ -24,7 +24,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (with-working-directory-pathname "cref" (lambda () (load "cref.sf") - (load "cref.cbf"))) + (load "cref.cbf") + (load "make")) (for-each (lambda (name) (with-working-directory-pathname name (lambda () -- 2.25.1