aboutsummaryrefslogtreecommitdiff
path: root/util/pl
diff options
context:
space:
mode:
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')