diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/rc4/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/Makefile.ssl b/src/lib/libcrypto/rc4/Makefile.ssl index 8d2a795c22..e75858d3b9 100644 --- a/src/lib/libcrypto/rc4/Makefile.ssl +++ b/src/lib/libcrypto/rc4/Makefile.ssl | |||
@@ -47,7 +47,8 @@ all: lib | |||
47 | 47 | ||
48 | lib: $(LIBOBJ) | 48 | lib: $(LIBOBJ) |
49 | $(AR) $(LIB) $(LIBOBJ) | 49 | $(AR) $(LIB) $(LIBOBJ) |
50 | $(RANLIB) $(LIB) | 50 | @echo You may get an error following this line. Please ignore. |
51 | - $(RANLIB) $(LIB) | ||
51 | @touch lib | 52 | @touch lib |
52 | 53 | ||
53 | # elf | 54 | # elf |