From a1c8befd661fa2145d330bb04ebc6061660db4fd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 13 Sep 2019 00:05:26 +0200 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/9884) --- crypto/bf/build.info | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/bf') 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 -- cgit v1.2.3