Don't install the error table header files; they shouldn't be needed
authorTheodore Tso <tytso@mit.edu>
Tue, 23 May 1995 20:47:27 +0000 (20:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 23 May 1995 20:47:27 +0000 (20:47 +0000)
by an end-programmer.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5852 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/error_tables/ChangeLog
src/lib/krb5/error_tables/Makefile.in

index a719582cab877db5e8fc31942715a0a32cb5fdaf..f94005a35750f858b0a69ef0dfdd811ed6756938 100644 (file)
@@ -1,3 +1,8 @@
+Tue May 23 16:46:30 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: Don't install the error table header files; they
+               shouldn't be needed by an end-programmer.
+
 Tue Apr 25 21:58:23 1995  Chris Provenzano  (proven@mit.edu)
 
         * krb5_err.et: Add new error KRB5_TKT_NOT_FORWARDABLE.
index a007cbed5130c931391e0032056e9f97ae6d516c..ed95b9bd76fc2bbd80c5a95447c96b68c0c7967c 100644 (file)
@@ -50,14 +50,6 @@ awk-windows:
        if exist adm_err.h copy adm_err.h $(EHDRDIR)
        if exist kv5m_err.h copy kv5m_err.h $(EHDRDIR)
 
-install:: $(HDRS)
-       @set -x; for f in $(HDRS) ; \
-       do if cmp -s $$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \
-       then true; else \
-               $(RM) $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f; \
-               cp $$f $(DESTDIR)$(KRB5_INCDIR)/krb5/$$f ; \
-       fi; done
-
 #
 # dependencies for traditional makes
 #