'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / pem / Makefile.ssl
index ed891092188383eb6c62d197f097a9691e6af242..111dbc1ae46088b492f61509c53d43017efb079c 100644 (file)
@@ -40,7 +40,8 @@ all:  lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 files: