'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / rsaref / Makefile.ssl
index 69d41a9a6dfb727e2c5e47e6f312f34b879adc4d..8f27c48a5a6a3b14839c85ddddb4adc23eef7cad 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: