summaryrefslogtreecommitdiff
path: root/crypto/cast
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-04-23 22:50:50 +0000
committerBodo Möller <bodo@openssl.org>1999-04-23 22:50:50 +0000
commitbf57da0717c4de574fed76bd08d5504a8b57cae3 (patch)
tree683105d7f21579ad8747aae68f3d4767b4d5d37f /crypto/cast
parent018b4ee9bb2d3618f06725165c43d61771bb2cd2 (diff)
downloadopenssl-new-bf57da0717c4de574fed76bd08d5504a8b57cae3.tar.gz
"make depend"
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/cast')
-rw-r--r--crypto/cast/Makefile.ssl11
1 files changed, 6 insertions, 5 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl
index bbb329e22f..e30e4403a9 100644
--- a/crypto/cast/Makefile.ssl
+++ b/crypto/cast/Makefile.ssl
@@ -107,8 +107,9 @@ errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-c_cfb64.o: cast.h cast_lcl.h
-c_ecb.o: ../opensslv.h cast.h cast_lcl.h
-c_enc.o: cast.h cast_lcl.h
-c_ofb64.o: cast.h cast_lcl.h
-c_skey.o: cast.h cast_lcl.h cast_s.h
+c_cfb64.o: ../../include/openssl/cast.h cast_lcl.h
+c_ecb.o: ../../include/openssl/cast.h ../../include/openssl/opensslv.h
+c_ecb.o: cast_lcl.h
+c_enc.o: ../../include/openssl/cast.h cast_lcl.h
+c_ofb64.o: ../../include/openssl/cast.h cast_lcl.h
+c_skey.o: ../../include/openssl/cast.h cast_lcl.h cast_s.h