From 234d0d58b9ed1f67e862da1d96e0096169b80c60 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 20 Mar 2002 15:37:21 +0000 Subject: [PATCH] * Makefile.in: Remove dependency on krb524.h and krb524_err.h as they may not be present if compiling --without-krb4. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14288 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ftpd/ChangeLog | 5 +++++ src/appl/gssftp/ftpd/Makefile.in | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/appl/gssftp/ftpd/ChangeLog b/src/appl/gssftp/ftpd/ChangeLog index 85c729df2..89f3aea4b 100644 --- a/src/appl/gssftp/ftpd/ChangeLog +++ b/src/appl/gssftp/ftpd/ChangeLog @@ -1,3 +1,8 @@ +2002-03-20 Ezra Peisach + + * Makefile.in: Remove dependency on krb524.h and krb524_err.h as + they may not be present if compiling --without-krb4. + 2002-03-05 Ken Raeburn * ftpcmd.y (unix): Define if BSD is defined. diff --git a/src/appl/gssftp/ftpd/Makefile.in b/src/appl/gssftp/ftpd/Makefile.in index d6027f89f..ba2e219e6 100644 --- a/src/appl/gssftp/ftpd/Makefile.in +++ b/src/appl/gssftp/ftpd/Makefile.in @@ -85,7 +85,6 @@ $(OUTPRE)ftpd.$(OBJEXT): ftpd.c $(srcdir)/../arpa/ftp.h \ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \ $(BUILDTOP)/include/com_err.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 \ $(BUILDTOP)/include/gssapi/gssapi.h $(BUILDTOP)/include/gssapi/gssapi_generic.h \ $(BUILDTOP)/include/gssapi/gssapi_krb5.h ftpd_var.h \ secure.h -- 2.26.2