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/sha | |
parent | 018b4ee9bb2d3618f06725165c43d61771bb2cd2 (diff) | |
download | openssl-new-bf57da0717c4de574fed76bd08d5504a8b57cae3.tar.gz |
"make depend"
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/sha')
-rw-r--r-- | crypto/sha/Makefile.ssl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/crypto/sha/Makefile.ssl b/crypto/sha/Makefile.ssl index 69b16ab23e..f077ed221a 100644 --- a/crypto/sha/Makefile.ssl +++ b/crypto/sha/Makefile.ssl @@ -101,7 +101,9 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. -sha1_one.o: sha.h -sha1dgst.o: ../opensslv.h sha.h sha_locl.h -sha_dgst.o: ../opensslv.h sha.h sha_locl.h -sha_one.o: sha.h +sha1_one.o: ../../include/openssl/sha.h +sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h +sha1dgst.o: sha_locl.h +sha_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h +sha_dgst.o: sha_locl.h +sha_one.o: ../../include/openssl/sha.h |