summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
Diffstat (limited to 'default.c')
-rw-r--r--default.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.c b/default.c
index 5950f50..ddf8c4a 100644
--- a/default.c
+++ b/default.c
@@ -212,7 +212,7 @@ static char *default_variables[] =
"F77", "$(FC)",
"F77FLAGS", "$(FFLAGS)",
#endif /* Cray. */
-#if defined (USG) || defined (ultrix)
+#if defined (USG) || defined (ultrix) || defined (_IBMR2)
"GET", "get",
#else
"GET", "/usr/sccs/get",