]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix incorrect command for assember file generation on IA64 OpenSSL_0_9_7-stable
authorLutz Jänicke <jaenicke@openssl.org>
Mon, 6 Oct 2008 10:36:22 +0000 (10:36 +0000)
committerLutz 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

index 46103bbc830b3e04e8213708ce2ed9a3d7aa341e..55bd353341508cf60acc8082f93ee9cef8dc01cf 100644 (file)
@@ -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