Change the printing mahine used by BIO_printf() and friends so it can
[oweals/openssl.git] / crypto / ripemd / Makefile.ssl
index 890952764d7c8cda176b58cea29af60f2cf7b7f8..4bd78dd6fd2fb359ffde07958cb2ea34b4cb1c86 100644 (file)
@@ -22,7 +22,7 @@ CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile
 TEST=rmdtest.c
-APPS=rmd160.c
+APPS=
 
 LIB=$(TOP)/libcrypto.a
 LIBSRC=rmd_dgst.c rmd_one.c
@@ -47,7 +47,7 @@ lib:    $(LIBOBJ)
 
 # elf
 asm/rm86-elf.o: asm/rm86unix.cpp
-       $(CPP) -DELF asm/rm86unix.cpp | as -o asm/rm86-elf.o
+       $(CPP) -DELF -x c asm/rm86unix.cpp | as -o asm/rm86-elf.o
 
 # solaris
 asm/rm86-sol.o: asm/rm86unix.cpp
@@ -63,7 +63,7 @@ asm/rm86-out.o: asm/rm86unix.cpp
 asm/rm86bsdi.o: asm/rm86unix.cpp
        $(CPP) -DBSDI asm/rm86unix.cpp | sed 's/ :/:/' | as -o asm/rm86bsdi.o
 
-asm/rm86unix.cpp: asm/rmd-586.pl
+asm/rm86unix.cpp: asm/rmd-586.pl ../perlasm/x86asm.pl
        (cd asm; $(PERL) rmd-586.pl cpp >rm86unix.cpp)
 
 files: