diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2002-03-20 15:37:21 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2002-03-20 15:37:21 +0000 |
| commit | 234d0d58b9ed1f67e862da1d96e0096169b80c60 (patch) | |
| tree | b6b4df69066b194f99148270835369c5855ec4b9 /src | |
| parent | 0576d9845e175eee15bd5b756ab7a68d9e80e7c6 (diff) | |
* 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
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/gssftp/ftpd/ChangeLog | 5 | ||||
| -rw-r--r-- | src/appl/gssftp/ftpd/Makefile.in | 1 |
2 files changed, 5 insertions, 1 deletions
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 <epeisach@mit.edu> + + * 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 <raeburn@mit.edu> * 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 |
