aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-13 21:54:49 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-14 13:50:43 +0100
commit6bfb7db35a426e5f070e744b56c913c739a40634 (patch)
treeeee841d8e97c4391bdbf0998b2206a2cd447addb /crypto/bn
parentd43a8fdcd495825a3507950caa4cdc7e81d681db (diff)
downloadopenssl-6bfb7db35a426e5f070e744b56c913c739a40634.tar.gz
build.info/Makefile.in: Itanium fixups.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/Makefile.in b/crypto/bn/Makefile.in
index 85b7d56f44..eb610e715c 100644
--- a/crypto/bn/Makefile.in
+++ b/crypto/bn/Makefile.in
@@ -105,7 +105,7 @@ rsaz-avx2.s: asm/rsaz-avx2.pl
$(PERL) asm/rsaz-avx2.pl $(PERLASM_SCHEME) $@
bn-ia64.s: asm/ia64.S
- $(CC) $(CFLAGS) -E asm/ia64.S $@
+ $(CC) $(CFLAGS) -E asm/ia64.S > $@
ia64-mont.s: asm/ia64-mont.pl
$(PERL) asm/ia64-mont.pl $(CFLAGS) $@