From 6a2935d67b9f4600b9ceb3078bc2402d706c2f13 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 14 Jan 1992 02:12:09 +0000 Subject: Formerly default.c.~12~ --- default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3