aboutsummaryrefslogtreecommitdiff
path: root/util/pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-08 00:33:08 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-09 11:11:21 +0100
commitb5640316771fb776101cf6be8e6ae2ed5cf93d02 (patch)
treedb0088baa5e96c1bd912ba0f7e6f2feda3d08b5c /util/pl
parent81e61d7cb51988a0cde11c3b924052213b50d979 (diff)
downloadopenssl-b5640316771fb776101cf6be8e6ae2ed5cf93d02.zip
openssl-b5640316771fb776101cf6be8e6ae2ed5cf93d02.tar.gz
openssl-b5640316771fb776101cf6be8e6ae2ed5cf93d02.tar.bz2
Adapt mk1mf.pl and companions to changed perlasm script semantics
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/unix.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/pl/unix.pl b/util/pl/unix.pl
index 09f7486..6add39a 100644
--- a/util/pl/unix.pl
+++ b/util/pl/unix.pl
@@ -96,7 +96,7 @@ sub platform_perlasm_compile_target
{
return << "EOF";
\$(TMP_D)/$p.s: $perl1{$p}/asm/$p.pl
- \$(PERL) $perl1{$p}/asm/$p.pl \$(PERLASM_SCHEME) > \$@
+ \$(PERL) $perl1{$p}/asm/$p.pl \$(PERLASM_SCHEME) \$@
EOF
}
}
@@ -104,7 +104,7 @@ EOF
{
return << 'EOF';
$(TMP_D)/x86_64cpuid.s: crypto/x86_64cpuid.pl
- $(PERL) crypto/x86_64cpuid.pl $(PERLASM_SCHEME) > $@
+ $(PERL) crypto/x86_64cpuid.pl $(PERLASM_SCHEME) $@
EOF
}
elsif ($target eq '$(OBJ_D)/sha256-x86_64.o')