'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / idea / Makefile.ssl
index 3bd3e53ef4f44519ed59cfd005475b392cd90c06..d29bcd687460b6a94478eb550594bcaf75bddcd3 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: