From: Sam Hartman Date: Mon, 15 Oct 2001 01:58:07 +0000 (+0000) Subject: don't require osi_vfs.h X-Git-Tag: debian/1.2.2-1~3 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2f44bc127b8c5adb91fea5483fbef977d15db89e;p=packages%2Fo%2Fopenafs.git don't require osi_vfs.h --- diff --git a/src/afs/Makefile.in b/src/afs/Makefile.in index 8b46d8edc..1f1fbfd92 100644 --- a/src/afs/Makefile.in +++ b/src/afs/Makefile.in @@ -35,7 +35,7 @@ all: kinstall ukinstall ${TOP_INCDIR}/afs/afs.h ${TOP_INCDIR}/afs/osi_inode.h ${ pmax_ul43 | pmax_ul43a) \ ${INSTALL} longc_procs.h ${TOP_INCDIR}/afs ;; \ esac - case ${SYS_NAME} in \ + -case ${SYS_NAME} in \ *linux* ) \ ${INSTALL} ${AFS_OSTYPE}/osi_vfs.h ${TOP_INCDIR}/afs ;;\ * ) \ @@ -156,7 +156,7 @@ dest: ${DEST}/include/afs/afs.h ${DEST}/include/afs/osi_inode.h ${DEST}/includ * ) \ ${INSTALL} afszcm.cat ${DEST}/root.client/usr/vice/etc/C ;; \ esac - case ${SYS_NAME} in \ + -case ${SYS_NAME} in \ *linux* ) \ ${INSTALL} ${AFS_OSTYPE}/osi_vfs.h ${DEST}/include/afs ;;\ * ) \