suffixes. This is done by defaulting the output file on the call to
SF, which now generates the correct 3-character suffix.
#| -*-Scheme-*-
-$Id: cref.sf,v 1.7 1995/01/06 18:38:47 cph Exp $
+$Id: cref.sf,v 1.8 1995/01/06 19:25:59 cph Exp $
Copyright (c) 1988-95 Massachusetts Institute of Technology
(if (not (file-exists? "cref.bld"))
(sf "triv.ldr" "cref.bld"))
-(if (file-exists? "../runtime/runtim.glo")
+(if (file-exists? "../runtime/runtime.glo")
(begin
- (if (not (name->package '(CROSS-REFERENCE)))
- (load "make"))
+ (load-option 'CREF)
(cref/generate-constructors "cref")
(sf "cref.con")
(sf "cref.ldr")))
\ No newline at end of file