1.0.22.19: Canonicalize whitespace in .asd files.
[sbcl.git] / contrib / sb-aclrepl / sb-aclrepl.asd
index 9a7a134..4fbae1d 100644 (file)
@@ -6,10 +6,12 @@
 (defsystem sb-aclrepl
     :author "Kevin Rosenberg <kevin@rosenberg.net>"
     :description "An AllegroCL compatible REPL"
+    #+sb-building-contrib :pathname
+    #+sb-building-contrib "SYS:CONTRIB;SB-ACLREPL;"
     :components ((:file "toplevel")
-                (:file "repl" :depends-on ("toplevel"))
-                (:file "inspect" :depends-on ("repl"))
-                (:file "debug" :depends-on ("repl"))))
+                 (:file "repl" :depends-on ("toplevel"))
+                 (:file "inspect" :depends-on ("repl"))
+                 (:file "debug" :depends-on ("repl"))))
 
 (defmethod perform :after ((o load-op) (c (eql (find-system :sb-aclrepl))))
   (provide 'sb-aclrepl))