'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / evp / Makefile.ssl
index 747051e4f13b6d5b909e3900c91b812a1be27f23..fb9945db1684cb195fae6795accc91cf3b7af356 100644 (file)
@@ -58,7 +58,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: