Added sgi to case statement.

This commit is contained in:
Janet B. Anderson
1995-11-27 15:49:58 +00:00
parent 636c7ba56c
commit b2ad0b6e1d

View File

@@ -53,7 +53,7 @@ HOST_ARCH=$2
MAKE=$3
case $HOST_ARCH in
alpha | hp700 | Linux)
alpha | hp700 | sgi | Linux)
# Use gcc if it can be found, or makedepend
GCC=`which gcc`