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