The "star-parser" directory must be compiled prior to the "imail"
authorChris Hanson <org/chris-hanson/cph>
Sat, 2 Mar 2002 04:21:44 +0000 (04:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 2 Mar 2002 04:21:44 +0000 (04:21 +0000)
directory.

v7/src/etc/compile.scm

index 0245563d9ba25d0dcabc9e0409e66ab0ec0c21be..79cc85e65c166cac0b0fcdf26bae8c7af4000a69 100644 (file)
@@ -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