summaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/Makefile')
-rw-r--r--crypto/md5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/md5/Makefile b/crypto/md5/Makefile
index 7ee800350a..9858d53d31 100644
--- a/crypto/md5/Makefile
+++ b/crypto/md5/Makefile
@@ -45,7 +45,8 @@ lib: $(LIBOBJ)
md5-586.s: asm/md5-586.pl ../perlasm/x86asm.pl
$(PERL) asm/md5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
-md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@
+md5-x86_64.s: asm/md5-x86_64.pl
+ $(PERL) asm/md5-x86_64.pl $(PERLASM_SCHEME) > $@
md5-ia64.s: asm/md5-ia64.S
$(CC) $(CFLAGS) -E asm/md5-ia64.S | \