diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-24 00:50:50 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-24 00:50:50 +0200 |
commit | bf57da0717c4de574fed76bd08d5504a8b57cae3 (patch) | |
tree | 683105d7f21579ad8747aae68f3d4767b4d5d37f /crypto/lhash | |
parent | Submitted by: (diff) | |
download | openssl-bf57da0717c4de574fed76bd08d5504a8b57cae3.tar.xz openssl-bf57da0717c4de574fed76bd08d5504a8b57cae3.zip |
"make depend"
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/lhash')
-rw-r--r-- | crypto/lhash/Makefile.ssl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/crypto/lhash/Makefile.ssl b/crypto/lhash/Makefile.ssl index 779d254207..73c1f39aed 100644 --- a/crypto/lhash/Makefile.ssl +++ b/crypto/lhash/Makefile.ssl @@ -78,7 +78,10 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. -lh_stats.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h -lh_stats.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h -lh_stats.o: ../opensslv.h lhash.h -lhash.o: ../../include/stack.h ../crypto.h ../opensslv.h lhash.h +lh_stats.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h +lh_stats.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h +lh_stats.o: ../../include/openssl/err.h ../../include/openssl/lhash.h +lh_stats.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h +lh_stats.o: ../cryptlib.h +lhash.o: ../../include/openssl/crypto.h ../../include/openssl/lhash.h +lhash.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h |