summaryrefslogtreecommitdiffstats
path: root/crypto/sha/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-04-10 15:43:26 +0200
committerAndy Polyakov <appro@openssl.org>2010-04-10 15:43:26 +0200
commit3c01a1e89e6920bddead3d347004ed0b5791be74 (patch)
treed0a73f8669bb892956b4e8c6062d4a12a881a101 /crypto/sha/Makefile
parentsparccpuid.S: some assembler is allergic to apostrophes in comments. (diff)
downloadopenssl-3c01a1e89e6920bddead3d347004ed0b5791be74.tar.xz
openssl-3c01a1e89e6920bddead3d347004ed0b5791be74.zip
sha1-alpha.pl: engage it in build.
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r--crypto/sha/Makefile3
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) $@