diff options
Diffstat (limited to 'src/lib/libcrypto/bio')
| -rw-r--r-- | src/lib/libcrypto/bio/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/lib/libcrypto/bio/Makefile b/src/lib/libcrypto/bio/Makefile index 1cd76ce7a2..c395d80496 100644 --- a/src/lib/libcrypto/bio/Makefile +++ b/src/lib/libcrypto/bio/Makefile | |||
| @@ -45,7 +45,7 @@ top: | |||
| 45 | all: lib | 45 | all: lib |
| 46 | 46 | ||
| 47 | lib: $(LIBOBJ) | 47 | lib: $(LIBOBJ) |
| 48 | $(ARX) $(LIB) $(LIBOBJ) | 48 | $(AR) $(LIB) $(LIBOBJ) |
| 49 | $(RANLIB) $(LIB) || echo Never mind. | 49 | $(RANLIB) $(LIB) || echo Never mind. |
| 50 | @touch lib | 50 | @touch lib |
| 51 | 51 | ||
| @@ -102,11 +102,12 @@ b_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | |||
| 102 | b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c | 102 | b_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.c |
| 103 | b_sock.o: ../../e_os.h ../../include/openssl/bio.h | 103 | b_sock.o: ../../e_os.h ../../include/openssl/bio.h |
| 104 | b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 104 | b_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 105 | b_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 105 | b_sock.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 106 | b_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 106 | b_sock.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 107 | b_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 107 | b_sock.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 108 | b_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 108 | b_sock.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
| 109 | b_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h b_sock.c | 109 | b_sock.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 110 | b_sock.o: ../cryptlib.h b_sock.c | ||
| 110 | bf_buff.o: ../../e_os.h ../../include/openssl/bio.h | 111 | bf_buff.o: ../../e_os.h ../../include/openssl/bio.h |
| 111 | bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 112 | bf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 112 | bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 113 | bf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
