X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-rotate-byte%2Fsb-rotate-byte.asd;fp=contrib%2Fsb-rotate-byte%2Fsb-rotate-byte.asd;h=a40834c6c143285b2bc8520def59e7bdeaa8c1a1;hb=4fd24714c780827eec742db55297940ed7160ea7;hp=8cf6d4730e187d638626b46a0d198c9a707af332;hpb=52191144ec19554abe6e4ebae2dd6234b1a345dd;p=sbcl.git diff --git a/contrib/sb-rotate-byte/sb-rotate-byte.asd b/contrib/sb-rotate-byte/sb-rotate-byte.asd index 8cf6d47..a40834c 100644 --- a/contrib/sb-rotate-byte/sb-rotate-byte.asd +++ b/contrib/sb-rotate-byte/sb-rotate-byte.asd @@ -7,7 +7,7 @@ (defsystem sb-rotate-byte :version "0.1" #+sb-building-contrib :pathname - #+sb-building-contrib "SYS:CONTRIB;SB-ROTATE-BYTE;" + #+sb-building-contrib #.(logical-pathname "SYS:CONTRIB;SB-ROTATE-BYTE;") :components ((:file "package") (:file "compiler" :depends-on ("package")) @@ -21,7 +21,7 @@ (:file "ppc-vm" :in-order-to ((compile-op (feature :ppc))))) :pathname - #+sb-building-contrib "SYS:CONTRIB;SB-ROTATE-BYTE;" + #+sb-building-contrib #.(logical-pathname "SYS:CONTRIB;SB-ROTATE-BYTE;") #-sb-building-contrib #.(make-pathname :directory '(:relative)) :if-component-dep-fails :ignore) (:file "rotate-byte" :depends-on ("compiler"))))