x86_64 assembly pack: make it possible to compile with Perl located

on path with spaces [from HEAD].

PR: 2835
This commit is contained in:
Andy Polyakov
2012-06-27 12:48:50 +00:00
parent 93cf058334
commit 8b654459be
19 changed files with 19 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
$output=shift;
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
open STDOUT,"| $^X ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
open STDOUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
push(@INC,"${dir}.");
require "uplink-common.pl";