diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/rc4/Makefile.ssl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/rc4/Makefile.ssl b/src/lib/libcrypto/rc4/Makefile.ssl index e75858d3b9..25d9e4344c 100644 --- a/src/lib/libcrypto/rc4/Makefile.ssl +++ b/src/lib/libcrypto/rc4/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 | ||
@@ -47,8 +48,7 @@ all: lib | |||
47 | 48 | ||
48 | lib: $(LIBOBJ) | 49 | lib: $(LIBOBJ) |
49 | $(AR) $(LIB) $(LIBOBJ) | 50 | $(AR) $(LIB) $(LIBOBJ) |
50 | @echo You may get an error following this line. Please ignore. | 51 | $(RANLIB) $(LIB) || echo Never mind. |
51 | - $(RANLIB) $(LIB) | ||
52 | @touch lib | 52 | @touch lib |
53 | 53 | ||
54 | # elf | 54 | # elf |
@@ -109,7 +109,7 @@ clean: | |||
109 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 109 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
110 | 110 | ||
111 | rc4_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc4.h | 111 | rc4_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc4.h |
112 | rc4_enc.o: rc4_locl.h | 112 | rc4_enc.o: rc4_enc.c rc4_locl.h |
113 | rc4_skey.o: ../../include/openssl/opensslconf.h | 113 | rc4_skey.o: ../../include/openssl/opensslconf.h |
114 | rc4_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/rc4.h | 114 | rc4_skey.o: ../../include/openssl/opensslv.h ../../include/openssl/rc4.h |
115 | rc4_skey.o: rc4_locl.h | 115 | rc4_skey.o: rc4_locl.h rc4_skey.c |