summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/sha/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/sha/Makefile.ssl20
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=
12OPENSSLDIR= /usr/local/ssl 12OPENSSLDIR= /usr/local/ssl
13INSTALLTOP=/usr/local/ssl 13INSTALLTOP=/usr/local/ssl
14MAKE= make -f Makefile.ssl 14MAKE= make -f Makefile.ssl
15MAKEDEPEND= $(TOP)/util/domd $(TOP) 15MAKEDEPPROG= makedepend
16MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16MAKEFILE= Makefile.ssl 17MAKEFILE= Makefile.ssl
17AR= ar r 18AR= ar r
18 19
@@ -42,8 +43,7 @@ all: lib
42 43
43lib: $(LIBOBJ) 44lib: $(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
106sha1_one.o: ../../include/openssl/sha.h 106sha1_one.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
107sha1dgst.o: ../../include/openssl/opensslconf.h 107sha1_one.o: ../../include/openssl/sha.h sha1_one.c
108sha1dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
108sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h 109sha1dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h
109sha1dgst.o: ../md32_common.h sha_locl.h 110sha1dgst.o: ../md32_common.h sha1dgst.c sha_locl.h
110sha_dgst.o: ../../include/openssl/opensslconf.h 111sha_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
111sha_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h 112sha_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/sha.h
112sha_dgst.o: ../md32_common.h sha_locl.h 113sha_dgst.o: ../md32_common.h sha_dgst.c sha_locl.h
113sha_one.o: ../../include/openssl/sha.h 114sha_one.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
115sha_one.o: ../../include/openssl/sha.h sha_one.c