Fix to stop X509_time_adj() using GeneralizedTime.
[oweals/openssl.git] / crypto / rc5 / Makefile.ssl
index 695870f4a87c3c07076fa278bde5fc457d097107..cf5d176859bac84fe7f92a34161162de27f08f52 100644 (file)
@@ -44,12 +44,13 @@ 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
 asm/r586-elf.o: asm/r586unix.cpp
-       $(CPP) -DELF asm/r586unix.cpp | as -o asm/r586-elf.o
+       $(CPP) -DELF -x c asm/r586unix.cpp | as -o asm/r586-elf.o
 
 # solaris
 asm/r586-sol.o: asm/r586unix.cpp