From 10eab320a5e4b585f640b5f11d21eebaebb1814a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 7 Mar 2016 15:13:01 +0100 Subject: Unified - adapt the generation of blowfish assembler to use GENERATE This gets rid of the BEGINRAW..ENDRAW sections in crypto/bf/build.info. This also moves the assembler generating perl scripts to take the output file name as last command line argument, where necessary. Reviewed-by: Andy Polyakov --- crypto/bf/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bf/Makefile.in') diff --git a/crypto/bf/Makefile.in b/crypto/bf/Makefile.in index ee5c259923..398844aaeb 100644 --- a/crypto/bf/Makefile.in +++ b/crypto/bf/Makefile.in @@ -40,7 +40,7 @@ lib: $(LIBOBJ) @touch lib bf-586.s: asm/bf-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl - $(PERL) asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@ + $(PERL) asm/bf-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) $@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -- cgit v1.2.3