summaryrefslogtreecommitdiffstats
path: root/crypto/rc5
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/rc5
parent018b4ee9bb2d3618f06725165c43d61771bb2cd2 (diff)
"make depend"
Submitted by: Reviewed by: PR:
Diffstat (limited to 'crypto/rc5')
-rw-r--r--crypto/rc5/Makefile.ssl11
1 files changed, 6 insertions, 5 deletions
diff --git a/crypto/rc5/Makefile.ssl b/crypto/rc5/Makefile.ssl
index 45234e2046..8316809a22 100644
--- a/crypto/rc5/Makefile.ssl
+++ b/crypto/rc5/Makefile.ssl
@@ -104,8 +104,9 @@ errors:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-rc5_ecb.o: ../opensslv.h rc5.h rc5_locl.h
-rc5_enc.o: rc5.h rc5_locl.h
-rc5_skey.o: rc5.h rc5_locl.h
-rc5cfb64.o: rc5.h rc5_locl.h
-rc5ofb64.o: rc5.h rc5_locl.h
+rc5_ecb.o: ../../include/openssl/opensslv.h ../../include/openssl/rc5.h
+rc5_ecb.o: rc5_locl.h
+rc5_enc.o: ../../include/openssl/rc5.h rc5_locl.h
+rc5_skey.o: ../../include/openssl/rc5.h rc5_locl.h
+rc5cfb64.o: ../../include/openssl/rc5.h rc5_locl.h
+rc5ofb64.o: ../../include/openssl/rc5.h rc5_locl.h