'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / dsa / Makefile.ssl
index 5df3b1cc43b85afd9c3b89c096d12afaaced5e9c..1dfdb2d7692210b9f7532d27e1812a1e3a5e7138 100644 (file)
@@ -41,7 +41,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: