Forgot to load CREF.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Oct 2000 18:27:34 +0000 (18:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Oct 2000 18:27:34 +0000 (18:27 +0000)
v7/src/etc/bootstrap-compile.scm

index b61005d08e5c8458443965901d1f0b64d7b2e03c..e159b1a72fb9ba176ff60e21f6e1e63ce2ba164f 100644 (file)
@@ -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 ()