summaryrefslogtreecommitdiffstats
path: root/crypto/bf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/Makefile')
-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