'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / pkcs12 / Makefile.ssl
index 8f42d3044dfb5c9fa6a3958a63e69c27ffa2d39b..c92dd276398c6f60f75801178fc9ac27c9a55e7d 100644 (file)
@@ -45,7 +45,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: