Timings.
[openssl.git] / crypto / sha / Makefile.ssl
index d30e7244c04466b1c1037bc6a9871381c2f7de93..75d3e0bf4ff3e2e698c54114c73f8fd9c6bdef51 100644 (file)
@@ -5,6 +5,7 @@
 DIR=    sha
 TOP=    ../..
 CC=     cc
+CPP=    $(CC) -E
 INCLUDES=
 CFLAG=-g
 INSTALL_PREFIX=
@@ -41,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
 
 # elf