]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly default.c.~21~
authorRoland McGrath <roland@redhat.com>
Tue, 22 Dec 1992 22:31:16 +0000 (22:31 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 22 Dec 1992 22:31:16 +0000 (22:31 +0000)
default.c

index 083fab06631da307322d792cf9ea0cd4c9af207a..fe1acfa08305efdfe4baaf40f818c4bbda044bee 100644 (file)
--- 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)",