summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/md5
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-09-01 23:53:50 +0000
committerKen Raeburn <raeburn@mit.edu>2001-09-01 23:53:50 +0000
commitf31cedcf833529c6c402be4ef17d815460c16beb (patch)
tree0873dff87f98ce74b1c2d341bacd69f341231edb /src/lib/crypto/md5
parent3431a6630e6ac8ad78482d7a38fc7d43f0e8e974 (diff)
downloadkrb5-f31cedcf833529c6c402be4ef17d815460c16beb.tar.gz
krb5-f31cedcf833529c6c402be4ef17d815460c16beb.tar.xz
krb5-f31cedcf833529c6c402be4ef17d815460c16beb.zip
dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13725 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/md5')
-rw-r--r--src/lib/crypto/md5/Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/crypto/md5/Makefile.in b/src/lib/crypto/md5/Makefile.in
index 98d0b31051..7534a698d8 100644
--- a/src/lib/crypto/md5/Makefile.in
+++ b/src/lib/crypto/md5/Makefile.in
@@ -43,3 +43,13 @@ clean::
$(RM) $(OUTPRE)t_mddriver$(EXEEXT) $(OUTPRE)t_mddriver.$(OBJEXT)
clean-unix:: clean-libobjs
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+md5.o: md5.c $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(BUILDTOP)/include/krb5.h \
+ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
+ $(SRCTOP)/include/krb5/kdb.h rsa-md5.h
+