From: Chris Hanson Date: Thu, 10 Oct 1991 01:29:29 +0000 (+0000) Subject: Move to regular Scheme source directories. X-Git-Tag: 20090517-FFI~10162 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6684e7d877085f24af6abe6d69d0c495c96abb43;p=mit-scheme.git Move to regular Scheme source directories. --- diff --git a/v7/src/rcs/rcs.pkg b/v7/src/rcs/rcs.pkg index 51d48c247..117f91a82 100644 --- a/v7/src/rcs/rcs.pkg +++ b/v7/src/rcs/rcs.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/rcs.pkg,v 1.3 1991/10/10 01:27:03 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/rcs.pkg,v 1.4 1991/10/10 01:29:29 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -34,7 +34,7 @@ MIT in each case. |# ;;;; RCS Packaging -(global-definitions "SCM/runtime/runtim") +(global-definitions "../runtime/runtim") (define-package (rcs) (files "object") diff --git a/v7/src/rcs/rcs.sf b/v7/src/rcs/rcs.sf index 862bc2e73..1ac79902d 100644 --- a/v7/src/rcs/rcs.sf +++ b/v7/src/rcs/rcs.sf @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.4 1991/10/10 01:27:41 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/rcs/Attic/rcs.sf,v 1.5 1991/10/10 01:29:21 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -37,7 +37,7 @@ MIT in each case. |# ;; Guarantee that the package modeller is loaded. (if (not (name->package '(CROSS-REFERENCE))) - (with-working-directory-pathname "SCM/cref" (lambda () (load "make")))) + (with-working-directory-pathname "../cref" (lambda () (load "make")))) (cref/generate-constructors "rcs") (sf "rcs.con" "rcs.bcon")