]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
initial-alpha-linux-support-20010315
authorMichael Stroucken <stroucki@master.debian.org>
Thu, 15 Mar 2001 18:15:46 +0000 (18:15 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 15 Mar 2001 18:15:46 +0000 (18:15 +0000)
top-level makefile mods for 64 bit system

src/Makefile

index 3c2f39b535717eb09eceb5d42f94ed390e782931..58c6cf682b3f06a27ba759ba8e9b54f7c2f905c0 100644 (file)
@@ -69,7 +69,7 @@ comerr: basics util
 cmd: basics comerr
        ${COMPILE_PART1} cmd ${COMPILE_PART2}
        @case ${SYS_NAME} in \
-       sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* | sparc64_linux* ) \
+       sgi_6* | sun4x_57 | sun4x_58 | hp_ux11* | sparc64_linux* | alpha_linux* ) \
                ${COMPILE_PART1} cmd ${COMPILE_PART2} install64 ;; \
        esac