From e4bdca3489475da5a6f72ae60f12eb9fdaade945 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 2 Mar 2002 04:21:44 +0000 Subject: [PATCH] The "star-parser" directory must be compiled prior to the "imail" directory. --- v7/src/etc/compile.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index 0245563d9..79cc85e65 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.3 2001/10/05 19:13:30 cph Exp $ +$Id: compile.scm,v 1.4 2002/03/02 04:21:44 cph Exp $ -Copyright (c) 2000, 2001 Massachusetts Institute of Technology +Copyright (c) 2000-2002 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -44,7 +44,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA (load "cref.sf")))) (for-each (lambda (name) (load (merge-pathnames "compile" (pathname-as-directory name)))) - '("sos" "imail" "star-parser" "xml")) + '("sos" "star-parser" "imail" "xml")) (with-working-directory-pathname "runtime-check" (lambda () (load "runtime.cbf")))) \ No newline at end of file -- 2.25.1