"make depend" Submitted by: Reviewed by: PR:
diff --git a/crypto/md2/Makefile.ssl b/crypto/md2/Makefile.ssl index 5110f43..d1842d5 100644 --- a/crypto/md2/Makefile.ssl +++ b/crypto/md2/Makefile.ssl
@@ -78,7 +78,10 @@ # DO NOT DELETE THIS LINE -- make depend depends on it. -md2_dgst.o: ../opensslconf.h ../opensslv.h md2.h -md2_one.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h -md2_one.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h -md2_one.o: ../opensslconf.h ../opensslv.h md2.h +md2_dgst.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.h +md2_dgst.o: ../../include/openssl/opensslv.h +md2_one.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h +md2_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h +md2_one.o: ../../include/openssl/err.h ../../include/openssl/md2.h +md2_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h +md2_one.o: ../../include/openssl/stack.h ../cryptlib.h