summaryrefslogtreecommitdiffstats
path: root/crypto/bf
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/bf
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/bf')
-rw-r--r--crypto/bf/build.info3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/bf/build.info b/crypto/bf/build.info
index cc06212dfc..59d5bbcfe3 100644
--- a/crypto/bf/build.info
+++ b/crypto/bf/build.info
@@ -13,6 +13,5 @@ ENDIF
SOURCE[../../libcrypto]=bf_skey.c bf_ecb.c bf_cfb64.c bf_ofb64.c $BFASM
-GENERATE[bf-586.s]=asm/bf-586.pl \
- $(PERLASM_SCHEME) $(LIB_CFLAGS) $(LIB_CPPFLAGS) $(PROCESSOR)
+GENERATE[bf-586.s]=asm/bf-586.pl
DEPEND[bf-586.s]=../perlasm/x86asm.pl ../perlasm/cbc.pl