'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / stack / Makefile.ssl
index 69d0a1cf6884309872f15fca6008ff9db75e9710..2027d3946ce1c4b6cd096b5d099eee90391dd6be 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: