diff options
author | Bodo Möller <bodo@openssl.org> | 2005-05-16 02:27:37 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2005-05-16 02:27:37 +0200 |
commit | 10cde5010d737b6343bbd061d5cd9ba95d4775d0 (patch) | |
tree | 6f93abd6281736464e1f7583b8ac28ce427750d1 /crypto/bf | |
parent | Make Makefile.shared quiet again. (diff) | |
download | openssl-10cde5010d737b6343bbd061d5cd9ba95d4775d0.tar.xz openssl-10cde5010d737b6343bbd061d5cd9ba95d4775d0.zip |
make update
Diffstat (limited to 'crypto/bf')
-rw-r--r-- | crypto/bf/Makefile | 14 |
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 |