1.0.39.20: more asdf logical pathname cleanup
[sbcl.git] / contrib / sb-rt / sb-rt.asd
index 9ebb1ae..6e26cfe 100644 (file)
@@ -7,7 +7,7 @@
 (defsystem sb-rt
   :version "0.1.7" ; our version "0", GCL CVS version "1.7"
   #+sb-building-contrib :pathname
-  #+sb-building-contrib "SYS:CONTRIB;SB-RT;"
+  #+sb-building-contrib #p"SYS:CONTRIB;SB-RT;"
   :components ((:file "rt")))
 
 (defmethod perform :after ((o load-op) (c (eql (find-system :sb-rt))))