]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
vfsck-doesnt-build-on-hpux11-20010404
authorNathan Neulinger <nneul@umr.edu>
Wed, 4 Apr 2001 21:27:43 +0000 (21:27 +0000)
committerDerrick Brashear <shadow@dementia.org>
Wed, 4 Apr 2001 21:27:43 +0000 (21:27 +0000)
previous revisions caused it to be attempted to be built

src/Makefile

index 54e05b61511fe01e48662415c19580563bb056f1..fcee72943bdc703a9f87175aa06f1f0b0a5cf726 100644 (file)
@@ -253,7 +253,7 @@ bozo: project ntp audit
 vfsck: minproject vol
        set -x; \
        case ${SYS_NAME} in \
-       sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux102 ) \
+       sgi_* | *linux* | rs_aix42 | ppc_darwin* | hp_ux* ) \
                echo skip vfsck for ${SYS_NAME} ;; \
         * ) \
                ${COMPILE_PART1} vfsck ${COMPILE_PART2} ;; \