host system (outside of MIT), and this will cause an error if the user
has MITSCHEME_INF_DIRECTORY set.
#| -*-Scheme-*-
-$Id: cref.sf,v 1.11 2001/05/29 19:58:28 cph Exp $
+$Id: cref.sf,v 1.12 2001/05/29 21:25:33 cph Exp $
Copyright (c) 1988-2001 Massachusetts Institute of Technology
(if (file-exists? "../runtime/runtime.glo")
(begin
- (load "make")
+ (if (not (name->package '(CROSS-REFERENCE)))
+ (load "make"))
(cref/generate-constructors "cref")
(sf-conditionally "cref.con")
(sf-conditionally "cref.ldr")))
\ No newline at end of file