'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / comp / Makefile.ssl
index 3064df2447988c917b2d63a91f1521c59e64104c..ba705c2a1c3c30db899a3d41e41d8937865a3539 100644 (file)
@@ -42,7 +42,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: