1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

Formerly default.c.~21~

This commit is contained in:
Roland McGrath 1992-12-22 22:31:16 +00:00
parent 38f78c7be1
commit 02caa22338

View File

@ -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)",