Load cref if not already loaded.
authorChris Hanson <org/chris-hanson/cph>
Wed, 24 Aug 1988 21:21:07 +0000 (21:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Aug 1988 21:21:07 +0000 (21:21 +0000)
v7/src/compiler/machines/bobcat/compiler.sf

index 6c7d97b7aa1553d587b88932e58ceab56178cd40..90009ca137a186cd0f8d6c513431c6595a2c4be8 100644 (file)
@@ -49,6 +49,9 @@
                      '("instr1" "instr2" "instr3" "instr4")))))))
 
 ((package/reference (find-package '(COMPILER DECLARATIONS)) 'SYNTAX-FILES!))
+
+(if (not (name->package '(CROSS-REFERENCE)))
+    (with-working-directory-pathname "/scheme/cref" (lambda () (load "make"))))
 (cref/generate-all "comp")
 (sf "comp.con" "comp.bcon")
 (sf "comp.ldr" "comp.bldr")
\ No newline at end of file