summaryrefslogtreecommitdiffstats
path: root/crypto/bf
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-01-06 13:33:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-01-06 13:33:27 +0000
commitc776a3f398b1fd0d59e9247c0c4c6b79f5692b33 (patch)
tree8cd2f4b07c993452c15611a9a391a387ead662bc /crypto/bf
parent25c9fa6026e6a200a291bc4fd3464718aae9775e (diff)
make update
Diffstat (limited to 'crypto/bf')
-rw-r--r--crypto/bf/Makefile20
1 files changed, 14 insertions, 6 deletions
diff --git a/crypto/bf/Makefile b/crypto/bf/Makefile
index d619fb22c4..d01bfaa315 100644
--- a/crypto/bf/Makefile
+++ b/crypto/bf/Makefile
@@ -85,9 +85,17 @@ clean:
# DO NOT DELETE THIS LINE -- make depend depends on it.
-bf_cfb64.o: ../../include/openssl/blowfish.h bf_cfb64.c bf_locl.h
-bf_ecb.o: ../../include/openssl/blowfish.h bf_ecb.c bf_locl.h
-bf_enc.o: ../../include/openssl/blowfish.h bf_enc.c bf_locl.h
-bf_ofb64.o: ../../include/openssl/blowfish.h bf_locl.h bf_ofb64.c
-bf_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/safestack.h
-bf_skey.o: ../../include/openssl/stack.h bf_locl.h bf_pi.h bf_skey.c
+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_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/crypto.h
+bf_skey.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
+bf_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+bf_skey.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+bf_skey.o: ../../include/openssl/symhacks.h bf_locl.h bf_pi.h bf_skey.c