diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/Makefile.ssl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index 05e3bb701e..6759b2e4d0 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
@@ -34,8 +34,8 @@ SDIRS= md2 md5 sha mdc2 hmac ripemd \ | |||
34 | GENERAL=Makefile README crypto-lib.com install.com | 34 | GENERAL=Makefile README crypto-lib.com install.com |
35 | 35 | ||
36 | LIB= $(TOP)/libcrypto.a | 36 | LIB= $(TOP)/libcrypto.a |
37 | LIBSRC= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c | 37 | LIBSRC= cryptlib.c mem.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c |
38 | LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o | 38 | LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o |
39 | 39 | ||
40 | SRC= $(LIBSRC) | 40 | SRC= $(LIBSRC) |
41 | 41 | ||
@@ -90,7 +90,8 @@ links: | |||
90 | 90 | ||
91 | lib: $(LIBOBJ) | 91 | lib: $(LIBOBJ) |
92 | $(AR) $(LIB) $(LIBOBJ) | 92 | $(AR) $(LIB) $(LIBOBJ) |
93 | $(RANLIB) $(LIB) | 93 | @echo You may get an error following this line. Please ignore. |
94 | - $(RANLIB) $(LIB) | ||
94 | @touch lib | 95 | @touch lib |
95 | 96 | ||
96 | libs: | 97 | libs: |
@@ -197,3 +198,6 @@ tmdiff.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h | |||
197 | tmdiff.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h | 198 | tmdiff.o: ../include/openssl/opensslv.h ../include/openssl/safestack.h |
198 | tmdiff.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 199 | tmdiff.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
199 | tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h | 200 | tmdiff.o: ../include/openssl/tmdiff.h cryptlib.h |
201 | uid.o: ../include/openssl/crypto.h ../include/openssl/opensslv.h | ||
202 | uid.o: ../include/openssl/safestack.h ../include/openssl/stack.h | ||
203 | uid.o: ../include/openssl/symhacks.h | ||