Don't install the include/krb5 header files
authorTheodore Tso <tytso@mit.edu>
Thu, 8 Jun 1995 20:00:20 +0000 (20:00 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 8 Jun 1995 20:00:20 +0000 (20:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5979 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/Makefile.in

index f4c90f2c29c7d1817456d92b5426bb10fc195d49..16b1e6316d4d383f0ce96ab1ceeb3bb0affca93d 100644 (file)
@@ -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
index c9cc7fe6a3be7be23bf0ef960039367f19afe1d3..2052d43d3655d7daf0cc1f7b7c99963402a4974b 100644 (file)
@@ -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)+" \