aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/Makefile.in
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/krb5/Makefile.in
parent3431a6630e6ac8ad78482d7a38fc7d43f0e8e974 (diff)
downloadkrb5-f31cedcf833529c6c402be4ef17d815460c16beb.zip
krb5-f31cedcf833529c6c402be4ef17d815460c16beb.tar.gz
krb5-f31cedcf833529c6c402be4ef17d815460c16beb.tar.bz2
dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13725 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/Makefile.in')
-rw-r--r--src/lib/krb5/Makefile.in13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in
index e1ccbed..c699495 100644
--- a/src/lib/krb5/Makefile.in
+++ b/src/lib/krb5/Makefile.in
@@ -35,7 +35,7 @@ OBJS=\
$(OUTPRE)krb5_libinit.$(OBJEXT)
SRCS=\
- $(subdir)/krb5_libinit.c
+ $(srcdir)/krb5_libinit.c
RELDIR=krb5
SHLIB_EXPDEPS = \
@@ -110,3 +110,14 @@ clean-windows::
@echo Making clean locally
install-unix:: install-libs
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+krb5_libinit.o: krb5_libinit.c $(BUILDTOP)/include/krb5.h \
+ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \
+ $(BUILDTOP)/include/krb5_err.h $(BUILDTOP)/include/kv5m_err.h \
+ $(BUILDTOP)/include/asn1_err.h $(BUILDTOP)/include/kdb5_err.h \
+ krb5_libinit.h
+