summaryrefslogtreecommitdiff
path: root/crypto/bf
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-05-16 00:27:37 +0000
committerBodo Möller <bodo@openssl.org>2005-05-16 00:27:37 +0000
commit10cde5010d737b6343bbd061d5cd9ba95d4775d0 (patch)
tree6f93abd6281736464e1f7583b8ac28ce427750d1 /crypto/bf
parentc4cd925cc034a58bbe99f9e43b70f95bc909cc69 (diff)
downloadopenssl-new-10cde5010d737b6343bbd061d5cd9ba95d4775d0.tar.gz
make update
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile
index 152bb2c0da..6d996c2bd8 100644
--- a/crypto/bf/Makefile
+++ b/crypto/bf/Makefile
@@ -92,14 +92,8 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-bf_cfb64.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h
-bf_cfb64.o: ../../include/openssl/opensslconf.h bf_cfb64.c bf_locl.h
-bf_ecb.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h
-bf_ecb.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
+bf_cfb64.o: bf_cfb64.c bf_locl.h
bf_ecb.o: bf_ecb.c bf_locl.h
-bf_enc.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h
-bf_enc.o: ../../include/openssl/opensslconf.h bf_enc.c bf_locl.h
-bf_ofb64.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h
-bf_ofb64.o: ../../include/openssl/opensslconf.h bf_locl.h bf_ofb64.c
-bf_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/e_os2.h
-bf_skey.o: ../../include/openssl/opensslconf.h bf_locl.h bf_pi.h bf_skey.c
+bf_enc.o: bf_enc.c bf_locl.h
+bf_ofb64.o: bf_locl.h bf_ofb64.c
+bf_skey.o: bf_locl.h bf_pi.h bf_skey.c