]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
don't require osi_vfs.h
authorSam Hartman <hartmans@debian.org>
Mon, 15 Oct 2001 01:58:07 +0000 (01:58 +0000)
committerSam Hartman <hartmans@debian.org>
Mon, 15 Oct 2001 01:58:07 +0000 (01:58 +0000)
src/afs/Makefile.in

index 8b46d8edc5baaeb60ce96f5ae10030b06b696e99..1f1fbfd926a2c1b1bf8cd764e50abc9697facdaa 100644 (file)
@@ -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 ;;\
                * ) \