From: Guillermo J. Rozas Date: Sun, 21 May 1989 18:13:47 +0000 (+0000) Subject: Fix pathname for global-definitions. X-Git-Tag: 20090517-FFI~12050 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4b8abfc99ed1a27e53c1926b49759da1026d2aa7;p=mit-scheme.git Fix pathname for global-definitions. --- diff --git a/v7/src/compiler/machines/vax/compiler.pkg b/v7/src/compiler/machines/vax/compiler.pkg index b06b88d0f..2881d3c45 100644 --- a/v7/src/compiler/machines/vax/compiler.pkg +++ b/v7/src/compiler/machines/vax/compiler.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.3 1989/05/21 18:07:51 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/vax/compiler.pkg,v 1.4 1989/05/21 18:13:47 jinx Exp $ $MC68020-Header: comp.pkg,v 1.22.1.1 89/05/21 14:45:10 GMT jinx Exp $ Copyright (c) 1988, 1989 Massachusetts Institute of Technology @@ -35,7 +35,7 @@ MIT in each case. |# ;;;; Compiler Packaging -(global-definitions "../../../runtime/runtim") +(global-definitions "../../runtime/runtim") (define-package (compiler) (files "base/switch"