summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjaenicke <jaenicke>2008-10-06 10:36:22 +0000
committerjaenicke <jaenicke>2008-10-06 10:36:22 +0000
commit6a838cdadb733e268b4396bdba688d3f41e7d228 (patch)
tree37843de7e6237be9fc64e854cf9a254b19e6ecc1
parent6a08d099c3f26ca1fb231f621445514d32a11e8f (diff)
downloadopenssl-OpenSSL_0_9_7-stable.tar.gz
Fix incorrect command for assember file generation on IA64OpenSSL_0_9_7-stable
Submitted by: Amadeu A. Barbosa Jr <amadeu@tecgraf.puc-rio.br>
-rw-r--r--crypto/sha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index 46103bbc8..55bd35334 100644
--- 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