diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-23 22:50:50 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-23 22:50:50 +0000 |
commit | bf57da0717c4de574fed76bd08d5504a8b57cae3 (patch) | |
tree | 683105d7f21579ad8747aae68f3d4767b4d5d37f /crypto/mdc2 | |
parent | 018b4ee9bb2d3618f06725165c43d61771bb2cd2 (diff) | |
download | openssl-new-bf57da0717c4de574fed76bd08d5504a8b57cae3.tar.gz |
"make depend"
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/mdc2')
-rw-r--r-- | crypto/mdc2/Makefile.ssl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/crypto/mdc2/Makefile.ssl b/crypto/mdc2/Makefile.ssl index ef930acea1..fdd110c526 100644 --- a/crypto/mdc2/Makefile.ssl +++ b/crypto/mdc2/Makefile.ssl @@ -78,7 +78,11 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. -mdc2_one.o: ../../include/bio.h ../../include/buffer.h ../../include/des.h -mdc2_one.o: ../../include/e_os.h ../../include/err.h ../../include/stack.h -mdc2_one.o: ../cryptlib.h ../crypto.h ../opensslconf.h ../opensslv.h mdc2.h -mdc2dgst.o: ../../include/des.h ../opensslconf.h mdc2.h +mdc2_one.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h +mdc2_one.o: ../../include/openssl/crypto.h ../../include/openssl/des.h +mdc2_one.o: ../../include/openssl/e_os.h ../../include/openssl/err.h +mdc2_one.o: ../../include/openssl/mdc2.h ../../include/openssl/opensslconf.h +mdc2_one.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h +mdc2_one.o: ../cryptlib.h +mdc2dgst.o: ../../include/openssl/des.h ../../include/openssl/mdc2.h +mdc2dgst.o: ../../include/openssl/opensslconf.h |