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/stack | |
parent | 018b4ee9bb2d3618f06725165c43d61771bb2cd2 (diff) | |
download | openssl-new-bf57da0717c4de574fed76bd08d5504a8b57cae3.tar.gz |
"make depend"
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/stack')
-rw-r--r-- | crypto/stack/Makefile.ssl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/crypto/stack/Makefile.ssl b/crypto/stack/Makefile.ssl index 310b19ce2c..610fce2dc2 100644 --- a/crypto/stack/Makefile.ssl +++ b/crypto/stack/Makefile.ssl @@ -78,5 +78,7 @@ errors: # DO NOT DELETE THIS LINE -- make depend depends on it. -stack.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h -stack.o: ../../include/err.h ../cryptlib.h ../crypto.h ../opensslv.h stack.h +stack.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h +stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h +stack.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h +stack.o: ../../include/openssl/stack.h ../cryptlib.h |