diff options
Diffstat (limited to 'src/lib/libcrypto/md5/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/md5/Makefile.ssl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/md5/Makefile.ssl b/src/lib/libcrypto/md5/Makefile.ssl index 784215579b..f9a1190efb 100644 --- a/src/lib/libcrypto/md5/Makefile.ssl +++ b/src/lib/libcrypto/md5/Makefile.ssl | |||
@@ -12,7 +12,8 @@ INSTALL_PREFIX= | |||
12 | OPENSSLDIR= /usr/local/ssl | 12 | OPENSSLDIR= /usr/local/ssl |
13 | INSTALLTOP=/usr/local/ssl | 13 | INSTALLTOP=/usr/local/ssl |
14 | MAKE= make -f Makefile.ssl | 14 | MAKE= make -f Makefile.ssl |
15 | MAKEDEPEND= $(TOP)/util/domd $(TOP) | 15 | MAKEDEPPROG= makedepend |
16 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
16 | MAKEFILE= Makefile.ssl | 17 | MAKEFILE= Makefile.ssl |
17 | AR= ar r | 18 | AR= ar r |
18 | 19 | ||
@@ -50,8 +51,7 @@ all: lib | |||
50 | 51 | ||
51 | lib: $(LIBOBJ) | 52 | lib: $(LIBOBJ) |
52 | $(AR) $(LIB) $(LIBOBJ) | 53 | $(AR) $(LIB) $(LIBOBJ) |
53 | @echo You may get an error following this line. Please ignore. | 54 | $(RANLIB) $(LIB) || echo Never mind. |
54 | - $(RANLIB) $(LIB) | ||
55 | @touch lib | 55 | @touch lib |
56 | 56 | ||
57 | # elf | 57 | # elf |
@@ -130,5 +130,6 @@ clean: | |||
130 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 130 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
131 | 131 | ||
132 | md5_dgst.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h | 132 | md5_dgst.o: ../../include/openssl/md5.h ../../include/openssl/opensslconf.h |
133 | md5_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md5_locl.h | 133 | md5_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md5_dgst.c |
134 | md5_one.o: ../../include/openssl/md5.h | 134 | md5_dgst.o: md5_locl.h |
135 | md5_one.o: ../../include/openssl/md5.h md5_one.c | ||