From: Andy Polyakov Date: Fri, 29 Jun 2007 13:11:45 +0000 (+0000) Subject: Fix build problem on Tru64. X-Git-Tag: OpenSSL_0_9_8k^2~782 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=62aa5dd415dc24c3ea62007647ca3637f4764e5d Fix build problem on Tru64. --- diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index ffcb42a2c0..2bd9e7f4e8 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -130,7 +130,7 @@ osx_ppc32-mont.s: asm/ppc-mont.pl; $(PERL) $< $@ osx_ppc64-mont.s: asm/ppc-mont.pl; $(PERL) $< $@ alpha-mont.s: asm/alpha-mont.pl - $(PERL) $< | $(CC) -E - > $@ + $(PERL) $< | $(CC) -E - | tee $@ > /dev/null # GNU make "catch all" %-mont.s: asm/%-mont.pl; $(PERL) $< $(CFLAGS) > $@