#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.sf,v 1.2 1991/08/22 20:32:35 arthur Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/6001/6001.sf,v 1.3 1991/08/23 02:04:17 arthur Exp $
Copyright (c) 1991 Massachusetts Institute of Technology
;; Guarantee that the package modeller is loaded.
(if (not (name->package '(CROSS-REFERENCE)))
- (with-working-directory-pathname "/scheme/800/cref"
+ (with-working-directory-pathname "../cref"
(lambda ()
(load "make"))))