From: Ezra Peisach Date: Wed, 20 Mar 2002 15:33:20 +0000 (+0000) Subject: * Makefile.in: Remove dependencies on krb524_err.h for login.o. If X-Git-Tag: krb5-1.3-alpha1~824 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0576d9845e175eee15bd5b756ab7a68d9e80e7c6;p=krb5.git * Makefile.in: Remove dependencies on krb524_err.h for login.o. If compiling without krb4 support, this file will not be present. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14287 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 1dd1d6a9e..f541a00cd 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,3 +1,8 @@ +2002-03-20 Ezra Peisach + + * Makefile.in: Remove dependencies on krb524_err.h for login.o. If + compiling without krb4 support, this file will not be present. + 2002-03-13 Ken Raeburn * kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in index 92b4dc872..ca0750c45 100644 --- a/src/appl/bsd/Makefile.in +++ b/src/appl/bsd/Makefile.in @@ -128,8 +128,8 @@ $(OUTPRE)login.$(OBJEXT): login.c $(BUILDTOP)/include/libpty.h \ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \ $(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \ - $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb524.h \ - $(BUILDTOP)/include/krb524_err.h loginpaths.h + $(SRCTOP)/include/port-sockets.h \ + loginpaths.h $(OUTPRE)krshd.$(OBJEXT): krshd.c $(BUILDTOP)/include/libpty.h \ $(SRCTOP)/include/syslog.h $(BUILDTOP)/include/krb5.h \ $(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \