From 27d7f4fd60d5506865ac55fd7d6e809ef56c2808 Mon Sep 17 00:00:00 2001 From: Michael Stroucken Date: Thu, 15 Mar 2001 18:15:46 +0000 Subject: [PATCH] initial-alpha-linux-support-20010315 top-level makefile mods for 64 bit system --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3c2f39b535..58c6cf682b 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