x86_64 assembly pack: make it possible to compile with Perl located on
[openssl.git] / crypto / rc4 / asm / rc4-md5-x86_64.pl
index fbb19dabae630e8ffc2d1e8be84ad86f8c8c72d6..0e04df67b213a948232949b03c8a87ca89bc9d68 100644 (file)
@@ -54,7 +54,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; my $dir=$1; my $xlate;
 ( $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";
 
 my ($dat,$in0,$out,$ctx,$inp,$len, $func,$nargs);