diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-04-04 03:29:48 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-04-04 03:29:48 +0000 |
commit | 9841e70cfe22a53d6736d56f99eda50b5f25c906 (patch) | |
tree | 0c17cf1581c6366e6193f08906b5805d51d48366 | |
parent | 64d2c1c614b4ec9e3252dc61d57c53a79d193e9e (diff) | |
download | krb5-9841e70cfe22a53d6736d56f99eda50b5f25c906.tar.gz krb5-9841e70cfe22a53d6736d56f99eda50b5f25c906.tar.xz krb5-9841e70cfe22a53d6736d56f99eda50b5f25c906.zip |
make depend
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17840 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/lib/kadm5/clnt/Makefile.in | 4 | ||||
-rw-r--r-- | 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 \ |