From: Ezra Peisach Date: Wed, 10 May 1995 17:23:52 +0000 (+0000) Subject: Install the error tables X-Git-Tag: krb5-1.0-beta6~2008 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=51fb5df6bf3d2dd82197e8f3a28f5a4ad8820eae;p=krb5.git Install the error tables git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5789 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index ceed78d25..1031daec4 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,6 @@ +Wed May 10 13:20:47 1995 Ezra Peisach + + * Makefile.in (install): Install ET_HEADERS... Tue May 9 15:17:00 EDT 1995 Paul Park (pjpark@mit.edu) Add definitions and prototypes for new administrative protocol. diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index 44e08142d..ea5c67136 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -42,7 +42,7 @@ install:: $(KRB5_HEADERS) osconf.h autoconf.h $(RM) $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \ cp $(srcdir)/$$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f ; \ fi; done - @set -x; for f in osconf.h autoconf.h ; \ + @set -x; for f in osconf.h autoconf.h $(ET_HEADERS); \ do if cmp -s $$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \ then true; else \ $(RM) $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \