Added test for Linux.

This commit is contained in:
Janet B. Anderson
1995-09-27 22:09:43 +00:00
parent 1beb157ab0
commit 9191863094
+1 -1
View File
@@ -53,7 +53,7 @@ HOST_ARCH=$2
MAKE=$3
case $HOST_ARCH in
alpha | hp700)
alpha | hp700 | Linux)
# Use gcc if it can be found, or makedepend
GCC=`which gcc`