Finally lay dependencies to rest (I hope!).
[oweals/openssl.git] / crypto / md5 / Makefile.ssl
index 47e1ce05caf8af1f7cda175080a7c852fda3de47..52458235211522620c0df12f88f2b88a0d1a69e0 100644 (file)
@@ -10,7 +10,7 @@ INCLUDES=
 CFLAG=-g
 INSTALLTOP=/usr/local/ssl
 MAKE=           make -f Makefile.ssl
-MAKEDEPEND=     makedepend -f Makefile.ssl
+MAKEDEPEND=    $(TOP)/util/domd $(TOP)
 MAKEFILE=       Makefile.ssl
 AR=             ar r
 
@@ -59,7 +59,7 @@ asm/mx86-out.o: asm/mx86unix.cpp
 
 # bsdi
 asm/mx86bsdi.o: asm/mx86unix.cpp
-       $(CPP) -DBSDI asm/mx86unix.cpp | as -o asm/mx86bsdi.o
+       $(CPP) -DBSDI asm/mx86unix.cpp | sed 's/ :/:/' | as -o asm/mx86bsdi.o
 
 asm/mx86unix.cpp:
        (cd asm; perl md5-586.pl cpp >mx86unix.cpp)
@@ -102,3 +102,5 @@ clean:
 errors:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+md5_dgst.o: md5.h md5_locl.h md5.h md5_locl.h