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/conf | |
parent | Submitted by: (diff) | |
download | openssl-bf57da0717c4de574fed76bd08d5504a8b57cae3.tar.xz openssl-bf57da0717c4de574fed76bd08d5504a8b57cae3.zip |
"make depend"
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/conf')
-rw-r--r-- | crypto/conf/Makefile.ssl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/crypto/conf/Makefile.ssl b/crypto/conf/Makefile.ssl index 3a209b5623..5ee4dd47ae 100644 --- a/crypto/conf/Makefile.ssl +++ b/crypto/conf/Makefile.ssl @@ -85,8 +85,10 @@ $(ERRC).c: $(ERR).err # DO NOT DELETE THIS LINE -- make depend depends on it. -conf.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h -conf.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h -conf.o: ../cryptlib.h ../crypto.h ../opensslv.h conf.h conf_lcl.h -conf_err.o: ../../include/err.h ../../include/lhash.h ../../include/stack.h -conf_err.o: conf.h +conf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h +conf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h +conf.o: ../../include/openssl/e_os.h ../../include/openssl/err.h +conf.o: ../../include/openssl/lhash.h ../../include/openssl/opensslv.h +conf.o: ../../include/openssl/stack.h ../cryptlib.h conf_lcl.h +conf_err.o: ../../include/openssl/conf.h ../../include/openssl/err.h +conf_err.o: ../../include/openssl/lhash.h ../../include/openssl/stack.h |