'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / md5 / Makefile.ssl
index 92ffc0b502d529efeb4dd17a38d2b246cddb7c61..e5ec4a21ae33d39aff364f58505885e89fb73aa6 100644 (file)
@@ -50,7 +50,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
 
 # elf