aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rijndael/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rijndael/Makefile.ssl')
-rw-r--r--crypto/rijndael/Makefile.ssl7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/rijndael/Makefile.ssl b/crypto/rijndael/Makefile.ssl
index 4384d997d3..b467238310 100644
--- a/crypto/rijndael/Makefile.ssl
+++ b/crypto/rijndael/Makefile.ssl
@@ -12,7 +12,8 @@ INSTALL_PREFIX=
OPENSSLDIR= /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKE= make -f Makefile.ssl
-MAKEDEPEND= $(TOP)/util/domd $(TOP)
+MAKEDEPPROG= makedepend
+MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
MAKEFILE= Makefile.ssl
AR= ar r
@@ -83,6 +84,6 @@ dclean:
clean:
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
-# DO NOT DELETE THIS LINE
+# DO NOT DELETE THIS LINE -- make depend depends on it.
-rd_fst.o: rd_fst.h
+rd_fst.o: rd_fst.c rd_fst.h