diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/x509v3/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509v3/Makefile.ssl b/src/lib/libcrypto/x509v3/Makefile.ssl index f7c3a6ca13..236e13af4e 100644 --- a/src/lib/libcrypto/x509v3/Makefile.ssl +++ b/src/lib/libcrypto/x509v3/Makefile.ssl | |||
@@ -43,7 +43,8 @@ all: lib | |||
43 | 43 | ||
44 | lib: $(LIBOBJ) | 44 | lib: $(LIBOBJ) |
45 | $(AR) $(LIB) $(LIBOBJ) | 45 | $(AR) $(LIB) $(LIBOBJ) |
46 | $(RANLIB) $(LIB) | 46 | @echo You may get an error following this line. Please ignore. |
47 | - $(RANLIB) $(LIB) | ||
47 | @touch lib | 48 | @touch lib |
48 | 49 | ||
49 | files: | 50 | files: |