gencgc: Simpler conservative root validation on non-x86oids.
[sbcl.git] / contrib / sb-cltl2 / sb-cltl2.asd
index 3055a8e..5e2a5ec 100644 (file)
@@ -6,9 +6,9 @@
 (defsystem sb-cltl2
     :description "Functionality mentioned in CLtL2 but not present in ANSI."
     #+sb-building-contrib :pathname
-    #+sb-building-contrib "SYS:CONTRIB;SB-CLTL2;"
+    #+sb-building-contrib #p"SYS:CONTRIB;SB-CLTL2;"
     :components ((:file "defpackage")
-                (:file "compiler-let" :depends-on ("defpackage"))
+                 (:file "compiler-let" :depends-on ("defpackage"))
                  (:file "macroexpand" :depends-on ("defpackage"))
                  (:file "env" :depends-on ("defpackage"))))