Fix a regression in sb-safepoint.
[sbcl.git] / contrib / sb-cover / sb-cover.asd
index b8009a6..e98dee2 100644 (file)
@@ -2,7 +2,7 @@
 
 (defsystem sb-cover
     #+sb-building-contrib :pathname
-    #+sb-building-contrib "SYS:CONTRIB;SB-COVER;"
+    #+sb-building-contrib #p"SYS:CONTRIB;SB-COVER;"
     :depends-on (sb-md5)
     :components ((:file "cover")))