'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / buffer / Makefile.ssl
index 4e11038c8b12d3c0504112cbe1b378f0b7cab4f4..c088ec6b3c76ec265867a122066001c49fe40d41 100644 (file)
@@ -39,7 +39,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: