From: Chris Hanson Date: Sat, 2 Mar 2002 04:21:44 +0000 (+0000) Subject: The "star-parser" directory must be compiled prior to the "imail" X-Git-Tag: 20090517-FFI~2208 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e4bdca3489475da5a6f72ae60f12eb9fdaade945;p=mit-scheme.git The "star-parser" directory must be compiled prior to the "imail" directory. --- 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