Update dependencies.
[openssl.git] / crypto / rand / Makefile.ssl
index d04f0a9b43ba258c6a9cfaea1feafa0ebe64a99a..b977cfe8099b896db9accff2223c00838af9dbe0 100644 (file)
@@ -9,7 +9,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
 
@@ -20,8 +20,8 @@ TEST= randtest.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
-LIBSRC=md_rand.c randfile.c
-LIBOBJ=md_rand.o randfile.o
+LIBSRC=md_rand.c randfile.c rand_lib.c
+LIBOBJ=md_rand.o randfile.o rand_lib.o
 
 SRC= $(LIBSRC)
 
@@ -78,3 +78,10 @@ clean:
 errors:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+md_rand.o: ../../include/e_os.h ../../include/md5.h ../../include/stack.h
+md_rand.o: ../crypto.h rand.h
+rand_lib.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+rand_lib.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+rand_lib.o: rand.h
+randfile.o: ../../include/e_os.h rand.h