X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-cltl2%2Fsb-cltl2.asd;h=5e2a5ecba8ed6fbeca9424117d3df8669bbd1b7d;hb=1656e5415acddf6655569b8332e138c36640c08a;hp=3055a8e2800e79bdb61598fb8a9ad79fe8c6b2ec;hpb=6ffb09605de7f990332aee146d8f69ba4cc907c9;p=sbcl.git diff --git a/contrib/sb-cltl2/sb-cltl2.asd b/contrib/sb-cltl2/sb-cltl2.asd index 3055a8e..5e2a5ec 100644 --- a/contrib/sb-cltl2/sb-cltl2.asd +++ b/contrib/sb-cltl2/sb-cltl2.asd @@ -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"))))