From: Guillermo J. Rozas Date: Sun, 21 May 1989 18:07:51 +0000 (+0000) Subject: Fix pathname for global-definitions. X-Git-Tag: 20090517-FFI~12051 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=c875f6e33080597d1c2a86625d659a0a83ec1ffa;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 90ad3c7e3..b06b88d0f 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.2 1989/05/21 17:55:03 jinx Exp $ +$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 $ $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"