summaryrefslogtreecommitdiffstats
path: root/crypto/cast
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-09-13 00:05:26 +0200
committerRichard Levitte <levitte@openssl.org>2019-09-16 16:29:57 +0200
commita1c8befd661fa2145d330bb04ebc6061660db4fd (patch)
tree640ee35a13fc5cc909826b3113c80911f003d5b8 /crypto/cast
parent593d5c2fadd3c1322fa995e9ac9ced3af4d6468d (diff)
build.info: For all assembler generators, remove all arguments
Since the arguments are now generated in the build file templates, they should be removed from the build.info files. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9884)
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/build.info3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/cast/build.info b/crypto/cast/build.info
index 97779c2250..e21e6d55ee 100644
--- a/crypto/cast/build.info
+++ b/crypto/cast/build.info
@@ -14,6 +14,5 @@ ENDIF
SOURCE[../../libcrypto]=c_skey.c c_ecb.c $CASTASM c_cfb64.c c_ofb64.c
-GENERATE[cast-586.s]=asm/cast-586.pl \
- $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(PROCESSOR)
+GENERATE[cast-586.s]=asm/cast-586.pl
DEPEND[cast-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl