From: Ken Raeburn Date: Fri, 13 Jul 2007 00:12:52 +0000 (+0000) Subject: make depend X-Git-Tag: krb5-1.7-alpha1~1002 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56b87449f10f53a7b37b948ef4b06f97a1592147;p=krb5.git make depend git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19710 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb4/Makefile.in b/src/lib/krb4/Makefile.in index 16cc92634..01253132f 100644 --- a/src/lib/krb4/Makefile.in +++ b/src/lib/krb4/Makefile.in @@ -418,9 +418,9 @@ month_sname.so month_sname.po $(OUTPRE)month_sname.$(OBJEXT): \ krb4int.h month_sname.c password_to_key.so password_to_key.po $(OUTPRE)password_to_key.$(OBJEXT): \ $(BUILDTOP)/include/autoconf.h $(KRB_ERR_H_DEP) $(BUILDTOP)/include/profile.h \ - $(COM_ERR_DEPS) $(SRCTOP)/include/kerberosIV/des.h \ - $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/port-sockets.h \ - krb4int.h password_to_key.c + $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \ + $(SRCTOP)/include/kerberosIV/des.h $(SRCTOP)/include/kerberosIV/krb.h \ + $(SRCTOP)/include/port-sockets.h krb4int.h password_to_key.c pkt_cipher.so pkt_cipher.po $(OUTPRE)pkt_cipher.$(OBJEXT): \ $(BUILDTOP)/include/autoconf.h $(KRB_ERR_H_DEP) $(BUILDTOP)/include/profile.h \ $(COM_ERR_DEPS) $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \