From 743bf7bb4217dafc718ab645e1c4e91bace31a61 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 8 Jun 1995 20:00:20 +0000 Subject: [PATCH] Don't install the include/krb5 header files git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5979 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 5 ++++- src/include/krb5/Makefile.in | 7 ------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index f4c90f2c2..16b1e6316 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,9 +1,12 @@ - Thu Jun 8 14:41:00 EDT 1995 Paul Park (pjpark@mit.edu) * adm_proto.h - Add prototypes for logging routines. Also, if kdb.h has not been included, add null structure for entry data structure so that we don't strictly require kdb.h. +Thu Jun 8 11:11:24 1995 Theodore Y. Ts'o + + * Makefile.in (install): Don't install the install/krb5 header files. + Wed Jun 7 16:23:51 1995 * Makefile.in: Process osconf.h using PREFIX and EXEC_PREFIX diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index c9cc7fe6a..2052d43d3 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -35,13 +35,6 @@ clean:: depend:: install:: - @set -x; for f in $(KRB5_HEADERS) ; \ - do $(INSTALL_DATA) $(srcdir)$(S)$$f \ - $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)$$f ; \ - done - @set -x; for f in osconf.h autoconf.h $(ET_HEADERS); \ - do $(INSTALL_DATA) $(C)$$f $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)$$f; \ - done PROCESS_REPLACE = -e "s+@KRB5RCTMPDIR+$(KRB5RCTMPDIR)+" \ -e "s+@PREFIX+$(INSTALL_PREFIX)+" \ -- 2.26.2