Remove Win32 assembler files. They are always rebuilt (with some
[openssl.git] / crypto / ripemd / Makefile.ssl
index b7cd25f1233fbfe543a07b7e945514620211e7fa..79948bb69b4b6d4a7195ab888cab1f849417515c 100644 (file)
@@ -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:
@@ -102,6 +102,7 @@ clean:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
 
+rmd_dgst.o: ../../include/openssl/opensslconf.h
 rmd_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/ripemd.h
-rmd_dgst.o: rmd_locl.h rmdconst.h
-rmd_one.o: ../../include/openssl/ripemd.h rmd_locl.h rmdconst.h
+rmd_dgst.o: ../md32_common.h rmd_locl.h rmdconst.h
+rmd_one.o: ../../include/openssl/ripemd.h