From: Michael Stroucken Date: Thu, 15 Mar 2001 18:15:46 +0000 (+0000) Subject: initial-alpha-linux-support-20010315 X-Git-Tag: BP-openafs-devel-autoconf~29 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=27d7f4fd60d5506865ac55fd7d6e809ef56c2808;p=packages%2Fo%2Fopenafs.git initial-alpha-linux-support-20010315 top-level makefile mods for 64 bit system --- diff --git a/src/Makefile b/src/Makefile index 3c2f39b53..58c6cf682 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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