aboutsummaryrefslogtreecommitdiff
path: root/crypto/ripemd/Makefile.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-07 15:49:34 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-09 11:09:26 +0100
commitfe7f8263afc2ad906ac9b834ae6dc7a2ed25c6b7 (patch)
treecdd2c2d33d13fd4be1840ce238e0e61bced5f9f9 /crypto/ripemd/Makefile.in
parent57c83b3c3a61796ecd0e2e87109176ac9f8eae30 (diff)
downloadopenssl-fe7f8263afc2ad906ac9b834ae6dc7a2ed25c6b7.zip
openssl-fe7f8263afc2ad906ac9b834ae6dc7a2ed25c6b7.tar.gz
openssl-fe7f8263afc2ad906ac9b834ae6dc7a2ed25c6b7.tar.bz2
Unified - adapt the generation of ripemd assembler to use GENERATE
This gets rid of the BEGINRAW..ENDRAW sections in crypto/ripemd/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 <appro@openssl.org>
Diffstat (limited to 'crypto/ripemd/Makefile.in')
-rw-r--r--crypto/ripemd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ripemd/Makefile.in b/crypto/ripemd/Makefile.in
index 8158a73..ba77fe4 100644
--- a/crypto/ripemd/Makefile.in
+++ b/crypto/ripemd/Makefile.in
@@ -40,7 +40,7 @@ lib: $(LIBOBJ)
@touch lib
rmd-586.s: asm/rmd-586.pl ../perlasm/x86asm.pl
- $(PERL) asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
+ $(PERL) asm/rmd-586.pl $(PERLASM_SCHEME) $(CFLAGS) $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO