X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-cltl2%2Fsb-cltl2.asd;h=5e2a5ecba8ed6fbeca9424117d3df8669bbd1b7d;hb=760de025ce5437902c8a289bc831c6f6dc92fd16;hp=a4cb89b25d968a79c15af24207ac070e40f05ab6;hpb=bf25f936158ea89a142d86a0f0216a8bed029dc5;p=sbcl.git diff --git a/contrib/sb-cltl2/sb-cltl2.asd b/contrib/sb-cltl2/sb-cltl2.asd index a4cb89b..5e2a5ec 100644 --- a/contrib/sb-cltl2/sb-cltl2.asd +++ b/contrib/sb-cltl2/sb-cltl2.asd @@ -6,7 +6,7 @@ (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 "macroexpand" :depends-on ("defpackage"))