From 0576d9845e175eee15bd5b756ab7a68d9e80e7c6 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 20 Mar 2002 15:33:20 +0000 Subject: [PATCH] * 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 --- src/appl/bsd/ChangeLog | 5 +++++ src/appl/bsd/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 \ -- 2.26.2