From: Roland McGrath Date: Tue, 22 Dec 1992 22:31:16 +0000 (+0000) Subject: Formerly default.c.~21~ X-Git-Tag: 3.70.2~501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02caa22338aa639985abd71ba78678a26a02d613;p=thirdparty%2Fmake.git Formerly default.c.~21~ --- diff --git a/default.c b/default.c index 083fab06..fe1acfa0 100644 --- a/default.c +++ b/default.c @@ -204,9 +204,13 @@ static char *default_variables[] = #else /* Not CRAY. */ #ifdef _IBMR2 "FC", "xlf", +#else +#ifdef __convex__ + "FC", "fc", #else "FC", "f77", -#endif +#endif /* __convex__ */ +#endif /* _IBMR2 */ /* System V uses these, so explicit rules using them should work. However, there is no way to make implicit rules use them and FC. */ "F77", "$(FC)",