X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-aclrepl%2Fsb-aclrepl.asd;h=9c316633684566394c8fbfc52ddc49ff4ea6b986;hb=2d68a49fe9d30f687da45cfe7a02b497cb91137c;hp=4fbae1d5477c0748750a3b8cb1f5dff61d5f7a92;hpb=bf25f936158ea89a142d86a0f0216a8bed029dc5;p=sbcl.git diff --git a/contrib/sb-aclrepl/sb-aclrepl.asd b/contrib/sb-aclrepl/sb-aclrepl.asd index 4fbae1d..9c31663 100644 --- a/contrib/sb-aclrepl/sb-aclrepl.asd +++ b/contrib/sb-aclrepl/sb-aclrepl.asd @@ -7,7 +7,7 @@ :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"))