projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673c55a
)
Fix build problem on Tru64.
author
Andy Polyakov
<appro@openssl.org>
Fri, 29 Jun 2007 13:11:45 +0000
(13:11 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Fri, 29 Jun 2007 13:11:45 +0000
(13:11 +0000)
crypto/bn/Makefile
patch
|
blob
|
history
diff --git
a/crypto/bn/Makefile
b/crypto/bn/Makefile
index ffcb42a2c08696e0fff538c95389851b99f21c8a..2bd9e7f4e8876663439964290a2de866262cdbde 100644
(file)
--- 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) > $@