X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-aclrepl%2Fsb-aclrepl.asd;h=9c316633684566394c8fbfc52ddc49ff4ea6b986;hb=09c00481c13d88f6694c7f8ba7222c5c62f39a9e;hp=8a18b3988802f71a0d2c09aaf052d9736614e4d3;hpb=6ffb09605de7f990332aee146d8f69ba4cc907c9;p=sbcl.git diff --git a/contrib/sb-aclrepl/sb-aclrepl.asd b/contrib/sb-aclrepl/sb-aclrepl.asd index 8a18b39..9c31663 100644 --- a/contrib/sb-aclrepl/sb-aclrepl.asd +++ b/contrib/sb-aclrepl/sb-aclrepl.asd @@ -7,11 +7,11 @@ :author "Kevin Rosenberg " :description "An AllegroCL compatible REPL" #+sb-building-contrib :pathname - #+sb-building-contrib "SYS:CONTRIB;SB-ACLREPL;" + #+sb-building-contrib #p"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))