From 9841e70cfe22a53d6736d56f99eda50b5f25c906 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 4 Apr 2006 03:29:48 +0000 Subject: [PATCH] make depend git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17840 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/kadm5/clnt/Makefile.in | 4 ++-- src/lib/krb5/krb/Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/kadm5/clnt/Makefile.in b/src/lib/kadm5/clnt/Makefile.in index f4e4186fc..136607f43 100644 --- a/src/lib/kadm5/clnt/Makefile.in +++ b/src/lib/kadm5/clnt/Makefile.in @@ -153,8 +153,8 @@ clnt_privs.so clnt_privs.po $(OUTPRE)clnt_privs.$(OBJEXT): \ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \ client_internal.h clnt_privs.c err_handle.h err_handle.so err_handle.po $(OUTPRE)err_handle.$(OBJEXT): \ - $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) err_handle.c \ - err_handle.h + $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5.h \ + $(COM_ERR_DEPS) err_handle.c err_handle.h clnt_chpass_util.so clnt_chpass_util.po $(OUTPRE)clnt_chpass_util.$(OBJEXT): \ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/gssapi/gssapi.h \ $(BUILDTOP)/include/gssrpc/auth.h $(BUILDTOP)/include/gssrpc/auth_gss.h \ diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in index ea652d73a..687e9b019 100644 --- a/src/lib/krb5/krb/Makefile.in +++ b/src/lib/krb5/krb/Makefile.in @@ -1061,8 +1061,8 @@ t_walk_rtree.so t_walk_rtree.po $(OUTPRE)t_walk_rtree.$(OBJEXT): \ $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \ $(SRCTOP)/include/kdb.h $(SRCTOP)/include/port-sockets.h \ $(SRCTOP)/include/socket-utils.h t_walk_rtree.c -t_kerb.so t_kerb.po $(OUTPRE)t_kerb.$(OBJEXT): $(KRB_ERR_H_DEP) \ - $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ +t_kerb.so t_kerb.po $(OUTPRE)t_kerb.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ + $(KRB_ERR_H_DEP) $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ $(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \ $(SRCTOP)/include/kerberosIV/krb.h t_kerb.c t_ser.so t_ser.po $(OUTPRE)t_ser.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ -- 2.26.2