summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.c b/default.c
index 495603e..12d82ea 100644
--- a/default.c
+++ b/default.c
@@ -198,7 +198,7 @@ static char *default_variables[] =
However, there is no way to make implicit rules use them and FC. */
"F77", "$(FC)",
"F77FLAGS", "$(FFLAGS)",
-#ifdef USG
+#if defined (USG) || defined (ultrix)
"GET", "get",
#else
"GET", "/usr/sccs/get",