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:
0b789ad
)
crypto/modes/Makefile: fix typo in ghash-parisc.s rule.
author
Andy Polyakov
<appro@openssl.org>
Sat, 21 Aug 2010 11:20:25 +0000
(11:20 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sat, 21 Aug 2010 11:20:25 +0000
(11:20 +0000)
crypto/modes/Makefile
patch
|
blob
|
history
diff --git
a/crypto/modes/Makefile
b/crypto/modes/Makefile
index 90de96b8bda547657e5d52753428216b67b7fa28..69496cf533c6fd99995d90978b91e0d5b487bab7 100644
(file)
--- a/
crypto/modes/Makefile
+++ b/
crypto/modes/Makefile
@@
-54,7
+54,7
@@
ghash-sparcv9.s: asm/ghash-sparcv9.pl
ghash-alpha.s: asm/ghash-alpha.pl
$(PERL) $< | $(CC) -E - | tee $@ > /dev/null
ghash-parisc.s: asm/ghash-parisc.pl
- $(
$
PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
+ $(PERL) asm/ghash-parisc.pl $(PERLASM_SCHEME) $@
# GNU make "catch all"
ghash-%.s: asm/ghash-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@