From b77acd6010f9ad302e0d26e730cb5e1b56b3c6fd Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 12 Jul 2001 05:02:29 +0000 Subject: [PATCH] dont-install-crypt-and-itc-headers-20010711 a header named crypt.h with one prototype isn't very useful the itc.h header is also pretty much useless so, they are gone --- src/des/Makefile | 2 +- src/util/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/des/Makefile b/src/des/Makefile index f643bebf5..178ae5f36 100644 --- a/src/des/Makefile +++ b/src/des/Makefile @@ -183,7 +183,7 @@ ${DESTDIR}lib/libdes.a: libdes.a ${INSTALL} $? $@ install install.noversion: all ukinstall ${DESTDIR}lib/libdes.a - ${INSTALL} des.h des_conf.h mit-cpyright.h crypt.h ${DESTDIR}include + ${INSTALL} des.h des_conf.h mit-cpyright.h ${DESTDIR}include ${INSTALL} odd.h ${DESTDIR}include/des_odd.h clean: diff --git a/src/util/Makefile b/src/util/Makefile index 95acedf5e..8bf9c54fe 100644 --- a/src/util/Makefile +++ b/src/util/Makefile @@ -38,7 +38,7 @@ install0: ${DESTDIR}include/afs/dirpath.h \ netutils.h packages.h afsutil.h pthread_glock.h \ afs_atomlist.h afs_lhash.h \ ${DESTDIR}include/afs - ${INSTALL} itc.h potpourri.h ${DESTDIR}include + ${INSTALL} potpourri.h ${DESTDIR}include install: install0 kinstall ukinstall -- 2.39.5