aes/asm/aesni-x86.pl: fix typo affecting Windows build.
[openssl.git] / crypto / md5 / Makefile
index 7ee800350a67ebbf2298d6ddc7ee6d3722ca85c8..390e5f1c7dc7f1d767a7ed16d9fe80b2f72186f8 100644 (file)
@@ -45,12 +45,16 @@ 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 | \
        $(PERL) -ne 's/;\s+/;\n/g; print;' > $@
 
+md5-sparcv9.S: asm/md5-sparcv9.pl
+       $(PERL) asm/md5-sparcv9.pl $@ $(CFLAGS)
+
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
 
@@ -88,9 +92,11 @@ clean:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
-md5_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md5.h
-md5_dgst.o: ../../include/openssl/opensslconf.h
-md5_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md5_dgst.c
+md5_dgst.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+md5_dgst.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h
+md5_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+md5_dgst.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+md5_dgst.o: ../../include/openssl/symhacks.h ../md32_common.h md5_dgst.c
 md5_dgst.o: md5_locl.h
 md5_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
 md5_one.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h