From 445a8b5461c66160552136214a1d8d97de15967e Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Tue, 7 Jun 2011 11:30:18 -0400 Subject: [PATCH] Also install afszcm.cat for i386_fbsd The change gerrit/4760 enabled the use of gencat to actually build this file, but failed to also change installation logic, so it was sitting unused in the build tree. Fix this, and install the file. This allows us to remove a shell case statement which had formerly been needed to enforce this restriction. Change-Id: I7f9e94b09c504193084e1e04ae137df08b27b447 Reviewed-on: http://gerrit.openafs.org/4815 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- src/afs/Makefile.in | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/afs/Makefile.in b/src/afs/Makefile.in index f46c693c5..6623cb7e9 100644 --- a/src/afs/Makefile.in +++ b/src/afs/Makefile.in @@ -83,13 +83,7 @@ install: unified_afs.h ${DESTDIR}${includedir}/afs/osi_inode.h ${INSTALL_DATA} ${srcdir}/sysctl.h ${DESTDIR}${includedir}/afs/sysctl.h ${INSTALL_DATA} unified_afs.h ${DESTDIR}${includedir}/afs/unified_afs.h - case ${SYS_NAME} in \ - i386_fbsd*) \ - echo skipping afszcm.cat install for ${SYS_NAME} ;; \ - *) \ - ${INSTALL_DATA} afszcm.cat \ - ${DESTDIR}${afsdatadir}/C/afszcm.cat ;; \ - esac + ${INSTALL_DATA} afszcm.cat ${DESTDIR}${afsdatadir}/C/afszcm.cat case ${SYS_NAME} in \ *linux*) \ ${INSTALL_DATA} ${srcdir}/${MKAFS_OSTYPE}/osi_vfs.h \ -- 2.39.5