'ranlib' doesn't always run on some systems. That's actually
[openssl.git] / crypto / hmac / Makefile.ssl
index 430eab4c9a15e75b42023b2e001237d0237d45aa..ed3c8c64d1ca31f7d86fd94d91c6d203dcbbb807 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: