*Makefile.in(install): Don't install mit-sipb-copyright.h, it's unreferenced
authorKen Raeburn <raeburn@mit.edu>
Sat, 13 Jul 2002 01:42:32 +0000 (01:42 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 13 Jul 2002 01:42:32 +0000 (01:42 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14639 dc483132-0cff-0310-8789-dd5450dbe970

src/util/et/ChangeLog
src/util/et/Makefile.in

index b4a416e46ebdfb629fa4a8a7fd1e7c9f9dfc5090..edbeaf748b0b25f856e2f2a35982b160c1f4d76b 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-12  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (install): Don't install mit-sipb-copyright.h, it's
+       never referenced.
+
 2002-07-09  Ken Raeburn  <raeburn@mit.edu>
 
        * error_message.c: Put # for cpp directives in first column.
index 9ddecfb3148e600c11bec91c8429e62610b42efc..cc433a09824ee29183aec19a6d15b9eaf71661a7 100644 (file)
@@ -178,10 +178,6 @@ depend::
 install:: com_err.h 
        $(INSTALL_DATA) $(srcdir)/com_err.h  $(DESTDIR)$(KRB5_INCDIR)/com_err.h
 
-install:: mit-sipb-copyright.h
-       $(INSTALL_DATA) $(srcdir)/mit-sipb-copyright.h $(DESTDIR)$(KRB5_INCDIR)/mit-sipb-copyright.h
-
-
 install-unix:: compile_et.1
        $(INSTALL_DATA) $(srcdir)/compile_et.1 $(DESTDIR)$(CLIENT_MANDIR)/compile_et.1