From: Roland McGrath Date: Tue, 14 Jan 1992 02:12:09 +0000 (+0000) Subject: Formerly default.c.~12~ X-Git-Tag: 3.70.2~859 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6a2935d67b9f4600b9ceb3078bc2402d706c2f13;p=thirdparty%2Fmake.git Formerly default.c.~12~ --- diff --git a/default.c b/default.c index 495603e1..12d82eae 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",