summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-01-14 02:12:09 +0000
committerRoland McGrath <roland@redhat.com>1992-01-14 02:12:09 +0000
commit6a2935d67b9f4600b9ceb3078bc2402d706c2f13 (patch)
tree24cfd70dd1b48e4b22864a562985e5f422d438f5 /default.c
parentee02d42916291f3f5d2f60ab47464d843b1805fd (diff)
downloadgunmake-6a2935d67b9f4600b9ceb3078bc2402d706c2f13.tar.gz
Formerly default.c.~12~
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 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",