Integrate mainline some more
[p5sagit/p5-mst-13.2.git] / win32 / buildext.pl
index 59935ac..ab4345c 100644 (file)
@@ -60,7 +60,7 @@ foreach my $dir (sort @ext)
     if ($targ)
      {
       print "Making $targ in $dir\n$make $targ\n";
-      system($make,$targ);
+      system("$make $targ");
      }
     else
      {