summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-06-08 20:00:20 +0000
committerTheodore Tso <tytso@mit.edu>1995-06-08 20:00:20 +0000
commit743bf7bb4217dafc718ab645e1c4e91bace31a61 (patch)
tree0c68c193f0bc95cc48537dcc7c43b79a22cf31c0 /src
parenta4b6bbc277763cb2932aa57aeb053cbdbc1264ac (diff)
downloadkrb5-743bf7bb4217dafc718ab645e1c4e91bace31a61.tar.gz
krb5-743bf7bb4217dafc718ab645e1c4e91bace31a61.tar.xz
krb5-743bf7bb4217dafc718ab645e1c4e91bace31a61.zip
Don't install the include/krb5 header files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5979 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/Makefile.in7
2 files changed, 4 insertions, 8 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index f4c90f2c29..16b1e6316d 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 <tytso@lurch.mit.edu>
+
+ * Makefile.in (install): Don't install the install/krb5 header files.
+
Wed Jun 7 16:23:51 1995 <tytso@rsx-11.mit.edu>
* 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 c9cc7fe6a3..2052d43d36 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)+" \