• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Revision9cbf440f0e897aff7584dd747f584ec727093a95 (tree)
Zeit2008-10-06 19:36:22
AutorLutz Jänicke <jaenicke@open...>
CommiterLutz Jänicke

Log Message

Fix incorrect command for assember file generation on IA64

Submitted by: Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br>

Ändern Zusammenfassung

Diff

--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -62,7 +62,7 @@ asm/sx86unix.cpp: asm/sha1-586.pl ../perlasm/x86asm.pl
6262 (cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp)
6363
6464 asm/sha1-ia64.s: asm/sha1-ia64.pl
65- (cd asm; $(PERL) sha1-ia64.pl $(CFLAGS) ) > $@
65+ (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS))
6666
6767 files:
6868 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO