diff options
Diffstat (limited to 'src/lib/libcrypto/md2/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/md2/Makefile.ssl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libcrypto/md2/Makefile.ssl b/src/lib/libcrypto/md2/Makefile.ssl index 269628d739..05a77ae4a5 100644 --- a/src/lib/libcrypto/md2/Makefile.ssl +++ b/src/lib/libcrypto/md2/Makefile.ssl | |||
@@ -2,7 +2,7 @@ | |||
2 | # SSLeay/crypto/md/Makefile | 2 | # SSLeay/crypto/md/Makefile |
3 | # | 3 | # |
4 | 4 | ||
5 | DIR= md | 5 | DIR= md2 |
6 | TOP= ../.. | 6 | TOP= ../.. |
7 | CC= cc | 7 | CC= cc |
8 | INCLUDES= | 8 | INCLUDES= |
@@ -11,7 +11,8 @@ INSTALL_PREFIX= | |||
11 | OPENSSLDIR= /usr/local/ssl | 11 | OPENSSLDIR= /usr/local/ssl |
12 | INSTALLTOP=/usr/local/ssl | 12 | INSTALLTOP=/usr/local/ssl |
13 | MAKE= make -f Makefile.ssl | 13 | MAKE= make -f Makefile.ssl |
14 | MAKEDEPEND= $(TOP)/util/domd $(TOP) | 14 | MAKEDEPPROG= makedepend |
15 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
15 | MAKEFILE= Makefile.ssl | 16 | MAKEFILE= Makefile.ssl |
16 | AR= ar r | 17 | AR= ar r |
17 | 18 | ||
@@ -39,8 +40,7 @@ all: lib | |||
39 | 40 | ||
40 | lib: $(LIBOBJ) | 41 | lib: $(LIBOBJ) |
41 | $(AR) $(LIB) $(LIBOBJ) | 42 | $(AR) $(LIB) $(LIBOBJ) |
42 | @echo You may get an error following this line. Please ignore. | 43 | $(RANLIB) $(LIB) || echo Never mind. |
43 | - $(RANLIB) $(LIB) | ||
44 | @touch lib | 44 | @touch lib |
45 | 45 | ||
46 | files: | 46 | files: |
@@ -80,11 +80,11 @@ clean: | |||
80 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
81 | 81 | ||
82 | md2_dgst.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.h | 82 | md2_dgst.o: ../../include/openssl/md2.h ../../include/openssl/opensslconf.h |
83 | md2_dgst.o: ../../include/openssl/opensslv.h | 83 | md2_dgst.o: ../../include/openssl/opensslv.h md2_dgst.c |
84 | md2_one.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 84 | md2_one.o: ../../e_os.h ../../include/openssl/bio.h |
85 | md2_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 85 | md2_one.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
86 | md2_one.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 86 | md2_one.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
87 | md2_one.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h | 87 | md2_one.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h |
88 | md2_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 88 | md2_one.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
89 | md2_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 89 | md2_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
90 | md2_one.o: ../../include/openssl/symhacks.h ../cryptlib.h | 90 | md2_one.o: ../../include/openssl/symhacks.h ../cryptlib.h md2_one.c |