projects
/
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
90de96b
..
69496cf
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) $@