Use stdlib.h to get size_t.
[oweals/openssl.git] / crypto / Makefile.ssl
index 7a6d7f2cf6c39f51f92b2f69289adeb637bd6a11..0f522b4accb8165f33f2ef45d6f0d819d53b2df0 100644 (file)
@@ -91,8 +91,7 @@ links:
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       @echo You may get an error following this line.  Please ignore.
-       - $(RANLIB) $(LIB)
+       $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
 libs: