diff options
Diffstat (limited to 'src/lib/libcrypto/asn1/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/asn1/Makefile.ssl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/Makefile.ssl b/src/lib/libcrypto/asn1/Makefile.ssl index b8059ddffe..dace5be2bc 100644 --- a/src/lib/libcrypto/asn1/Makefile.ssl +++ b/src/lib/libcrypto/asn1/Makefile.ssl | |||
@@ -75,7 +75,8 @@ all: lib | |||
75 | 75 | ||
76 | lib: $(LIBOBJ) | 76 | lib: $(LIBOBJ) |
77 | $(AR) $(LIB) $(LIBOBJ) | 77 | $(AR) $(LIB) $(LIBOBJ) |
78 | $(RANLIB) $(LIB) | 78 | @echo You may get an error following this line. Please ignore. |
79 | - $(RANLIB) $(LIB) | ||
79 | @touch lib | 80 | @touch lib |
80 | 81 | ||
81 | files: | 82 | files: |