'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / rc5 / Makefile.ssl
index 3d168560296904af2265700a2a5cf0a822a41ed5..cf5d176859bac84fe7f92a34161162de27f08f52 100644 (file)
@@ -44,7 +44,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