x86_64 assembly pack: make it possible to compile with Perl located on
[openssl.git] / crypto / camellia / asm / cmll-x86_64.pl
index 28683ce45335a1115c140663c4b227b61870d2fc..53e41f2e5ea323c7981fc108e8bc7d6299b7b753 100644 (file)
@@ -40,7 +40,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
 die "can't locate x86_64-xlate.pl";
 
-open STDOUT,"| $^X $xlate $flavour $output";
+open STDOUT,"| \"$^X\" $xlate $flavour $output";
 
 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/;    $r; }
 sub lo() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/;