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