From 3050502288ad5397f4e5deea08c429ed13fbfa68 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 16 Jan 2004 21:07:33 +0000 Subject: [PATCH] Add ssp. --- v7/src/Makefile.in | 6 +++--- v7/src/etc/compile.scm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index c07ca4641..e4756f4ce 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -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 diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index fe65e7b29..f28e4fb29 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -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 -- 2.25.1