MakeMaker.pm sub-Makefile.PL tweak for VMS
[p5sagit/p5-mst-13.2.git] / lib / ExtUtils / MM_BeOS.pm
index 4ea2cf7..298025d 100644 (file)
@@ -39,7 +39,7 @@ least BeOS has one.
 
 sub perl_archive
   {
-  return '$(PERL_INC)' . "/$Config{libperl}":
+  return File::Spec->catdir('$(PERL_INC)',$Config{libperl});
   }
 
 1;