diff options
author | Andy Polyakov <appro@openssl.org> | 2010-04-10 15:43:26 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-04-10 15:43:26 +0200 |
commit | 3c01a1e89e6920bddead3d347004ed0b5791be74 (patch) | |
tree | d0a73f8669bb892956b4e8c6062d4a12a881a101 /crypto/sha/Makefile | |
parent | sparccpuid.S: some assembler is allergic to apostrophes in comments. (diff) | |
download | openssl-3c01a1e89e6920bddead3d347004ed0b5791be74.tar.xz openssl-3c01a1e89e6920bddead3d347004ed0b5791be74.zip |
sha1-alpha.pl: engage it in build.
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r-- | crypto/sha/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile index e7130b5ffb..3431f497c6 100644 --- a/crypto/sha/Makefile +++ b/crypto/sha/Makefile @@ -59,6 +59,9 @@ sha512-ia64.s: asm/sha512-ia64.pl sha256-armv4.s: asm/sha256-armv4.pl $(PERL) $< $@ +sha1-alpha.s: asm/sha1-alpha.pl + $(PERL) $< | $(CC) -E - | tee $@ > /dev/null + # Solaris make has to be explicitly told sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $(PERLASM_SCHEME) > $@ sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@ |