Add ssp.
authorChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 21:07:33 +0000 (21:07 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 16 Jan 2004 21:07:33 +0000 (21:07 +0000)
v7/src/Makefile.in
v7/src/etc/compile.scm

index c07ca464192af8673702668f1a4b99d001809c1d..e4756f4ce4976802ca10bfd8f5ac6377f81197dc 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.22 2004/01/16 21:03:35 cph Exp $
+# $Id: Makefile.in,v 1.23 2004/01/16 21:07:33 cph Exp $
 #
 # Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology
 #
@@ -58,8 +58,8 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
 # **** END BOILERPLATE ****
 
-SUBDIRS = 6001 compiler rcs runtime-check sf win32 $(INSTALLED_SUBDIRS)
-INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos ssp star-parser xml
+SUBDIRS = 6001 compiler rcs runtime-check sf ssp win32 $(INSTALLED_SUBDIRS)
+INSTALLED_SUBDIRS = microcode runtime cref edwin imail sos star-parser xml
 
 AUXDIR = @AUXDIR@
 EDETC = $(AUXDIR)/edwin/etc
index fe65e7b29801de4c25d13cd71295a1a8c96edd95..f28e4fb294fc2e886258b0c5071f280f689ceb76 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: compile.scm,v 1.7 2003/02/14 18:48:11 cph Exp $
+$Id: compile.scm,v 1.8 2004/01/16 21:06:06 cph Exp $
 
-Copyright 2000,2001,2002 Massachusetts Institute of Technology
+Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology
 
 This file is part of MIT/GNU Scheme.
 
@@ -47,7 +47,7 @@ USA.
          (load "cref.sf"))))
   (for-each (lambda (name)
              (load (merge-pathnames "compile" (pathname-as-directory name))))
-           '("sos" "star-parser" "imail" "xml"))
+           '("sos" "star-parser" "imail" "xml" "ssp"))
   (with-working-directory-pathname "runtime-check"
     (lambda ()
       (load "runtime.cbf"))))
\ No newline at end of file