* Makefile.in: Remove dependencies on krb524_err.h for login.o. If
authorEzra Peisach <epeisach@mit.edu>
Wed, 20 Mar 2002 15:33:20 +0000 (15:33 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 20 Mar 2002 15:33:20 +0000 (15:33 +0000)
        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
src/appl/bsd/Makefile.in

index 1dd1d6a9ef4837064796bef4a1d9c8820bfc997a..f541a00cd99e194445fd7a79251c4ab7b01c78d0 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-20  Ezra Peisach  <epeisach@mit.edu>
+
+       * 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  <raeburn@mit.edu>
 
        * kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been
index 92b4dc872b5f01861c1817f4eebb0000616b589a..ca0750c4564389de5ec68e82569a3b2a6b515b60 100644 (file)
@@ -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 \