From 0a031b7b1bdd41e645e027cb827338e82e88816a Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 8 Jun 1995 21:58:00 +0000 Subject: [PATCH] Don't install compile_et.1; we're not installing the program, anyway git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5987 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/et/ChangeLog | 5 +++++ src/util/et/Makefile.in | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 3031ad3ac..c2132dc36 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 8 11:26:09 1995 Theodore Y. Ts'o + + * Makefile.in (install): Don't install compile_et.1; we're not + installing the program, anyway. + Tue Jun 6 19:45:34 1995 Tom Yu (tlyu@dragons-lair) * configure.in: diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index 8f812b181..8c5e549ab 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -81,9 +81,10 @@ install:: com_err.h install:: mit-sipb-copyright.h $(INSTALL_DATA) $(srcdir)/mit-sipb-copyright.h $(DESTDIR)$(KRB5_INCDIR)/mit-sipb-copyright.h -install:: compile_et.1 - $(INSTALL_DATA) $(srcdir)/compile_et.1 $(DESTDIR)$(CLIENT_MANDIR)/man1/compile_et.1 - +# +#install:: compile_et.1 +# $(INSTALL_DATA) $(srcdir)/compile_et.1 $(DESTDIR)$(CLIENT_MANDIR)/compile_et.1 +# ## install_library_target(com_err,$(LIBOBJS),$(LINTFILES),) all-unix:: libcom_err.a -- 2.26.2