From 9cbf440f0e897aff7584dd747f584ec727093a95 Mon Sep 17 00:00:00 2001 From: Lutz Jänicke Date: Mon, 6 Oct 2008 10:36:22 +0000 Subject: Fix incorrect command for assember file generation on IA64 Submitted by: Amadeu A. Barbosa Jr --- crypto/sha/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile index 46103bbc83..55bd353341 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 -- cgit v1.2.3