Comment out def of currently unimplemented function to stop warning.
[openssl.git] / crypto / md5 / Makefile.ssl
index 47e1ce05caf8af1f7cda175080a7c852fda3de47..5cdf227c9f6262f90ad5a10fa7c18cc4bd4034a2 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,9 +59,9 @@ 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:
+asm/mx86unix.cpp: asm/md5-586.pl
        (cd asm; perl md5-586.pl cpp >mx86unix.cpp)
 
 files:
@@ -102,3 +102,6 @@ clean:
 errors:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+md5_dgst.o: md5.h md5_locl.h
+md5_one.o: md5.h md5_locl.h