diff options
Diffstat (limited to 'src/lib/libcrypto/sha/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/sha/Makefile.ssl | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/src/lib/libcrypto/sha/Makefile.ssl b/src/lib/libcrypto/sha/Makefile.ssl index 790e572fa2..f203ad7681 100644 --- a/src/lib/libcrypto/sha/Makefile.ssl +++ b/src/lib/libcrypto/sha/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 | ||
@@ -42,8 +43,7 @@ all: lib | |||
42 | 43 | ||
43 | lib: $(LIBOBJ) | 44 | lib: $(LIBOBJ) |
44 | $(AR) $(LIB) $(LIBOBJ) | 45 | $(AR) $(LIB) $(LIBOBJ) |
45 | @echo You may get an error following this line. Please ignore. | 46 | $(RANLIB) $(LIB) || echo Never mind. |
46 | - $(RANLIB) $(LIB) | ||
47 | @touch lib | 47 | @touch lib |
48 | 48 | ||
49 | # elf | 49 | # elf |
@@ -103,11 +103,13 @@ clean: | |||
103 | 103 | ||
104 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 104 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
105 | 105 | ||
106 | sha1_one.o: ../../include/openssl/sha.h | 106 | sha1_one.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
107 | sha1dgst.o: ../../include/openssl/opensslconf.h | 107 | sha1_one.o: ../../include/openssl/sha.h sha1_one.c |
108 | sha1dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | ||
108 | sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h | 109 | sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h |
109 | sha1dgst.o: ../md32_common.h sha_locl.h | 110 | sha1dgst.o: ../md32_common.h sha1dgst.c sha_locl.h |
110 | sha_dgst.o: ../../include/openssl/opensslconf.h | 111 | sha_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
111 | sha_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h | 112 | sha_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h |
112 | sha_dgst.o: ../md32_common.h sha_locl.h | 113 | sha_dgst.o: ../md32_common.h sha_dgst.c sha_locl.h |
113 | sha_one.o: ../../include/openssl/sha.h | 114 | sha_one.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
115 | sha_one.o: ../../include/openssl/sha.h sha_one.c | ||