'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / dh / Makefile.ssl
index 30f1b8029030b048b204c7135037a19df68aa201..ccee00eeca2cb674bb4940776ae0f5252025ad39 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: