diff options
author | Andy Polyakov <appro@openssl.org> | 2016-03-13 21:54:49 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-14 13:50:43 +0100 |
commit | 6bfb7db35a426e5f070e744b56c913c739a40634 (patch) | |
tree | eee841d8e97c4391bdbf0998b2206a2cd447addb /crypto/sha/build.info | |
parent | engines/Makefile.in: some [older] shell complain about 'for i ;', (diff) | |
download | openssl-6bfb7db35a426e5f070e744b56c913c739a40634.tar.xz openssl-6bfb7db35a426e5f070e744b56c913c739a40634.zip |
build.info/Makefile.in: Itanium fixups.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/sha/build.info')
-rw-r--r-- | crypto/sha/build.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/sha/build.info b/crypto/sha/build.info index 55248b3c36..7aa3a91872 100644 --- a/crypto/sha/build.info +++ b/crypto/sha/build.info @@ -9,9 +9,9 @@ DEPEND[sha256-586.s]=../perlasm/x86asm.pl GENERATE[sha512-586.s]=asm/sha512-586.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR) DEPEND[sha512-586.s]=../perlasm/x86asm.pl -GENERATE[sha1-ia64.s]=sha1-ia64.pl $(CFLAGS) $(LIB_CFLAGS) -GENERATE[sha256-ia64.s]=sha512-ia64.pl $(CFLAGS) $(LIB_CFLAGS) -GENERATE[sha512-ia64.s]=sha512-ia64.pl $(CFLAGS) $(LIB_CFLAGS) +GENERATE[sha1-ia64.s]=asm/sha1-ia64.pl $(CFLAGS) $(LIB_CFLAGS) +GENERATE[sha256-ia64.s]=asm/sha512-ia64.pl $(CFLAGS) $(LIB_CFLAGS) +GENERATE[sha512-ia64.s]=asm/sha512-ia64.pl $(CFLAGS) $(LIB_CFLAGS) GENERATE[sha1-alpha.s]=asm/sha1-alpha.pl |