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:
667640d
)
Fix incorrect command for assember file generation on IA64
OpenSSL_0_9_7-stable
author
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 6 Oct 2008 10:36:22 +0000
(10:36 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 6 Oct 2008 10:36:22 +0000
(10:36 +0000)
Submitted by: Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br>
crypto/sha/Makefile
patch
|
blob
|
history
diff --git
a/crypto/sha/Makefile
b/crypto/sha/Makefile
index 46103bbc830b3e04e8213708ce2ed9a3d7aa341e..55bd353341508cf60acc8082f93ee9cef8dc01cf 100644
(file)
--- a/
crypto/sha/Makefile
+++ b/
crypto/sha/Makefile
@@
-62,7
+62,7
@@
asm/sx86unix.cpp: asm/sha1-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp)
asm/sha1-ia64.s: asm/sha1-ia64.pl
- (cd asm; $(PERL) sha1-ia64.pl
$(CFLAGS) ) > $@
+ (cd asm; $(PERL) sha1-ia64.pl
../$@ $(CFLAGS))
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO