summaryrefslogtreecommitdiff
path: root/default.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-12-22 22:31:16 +0000
committerRoland McGrath <roland@redhat.com>1992-12-22 22:31:16 +0000
commit02caa22338aa639985abd71ba78678a26a02d613 (patch)
treefc4960ba155294a6b558a8accd5683db5bf7a104 /default.c
parent38f78c7be197b52f931673002d14451a630b19ab (diff)
downloadgunmake-02caa22338aa639985abd71ba78678a26a02d613.tar.gz
Formerly default.c.~21~
Diffstat (limited to 'default.c')
-rw-r--r--default.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/default.c b/default.c
index 083fab0..fe1acfa 100644
--- a/default.c
+++ b/default.c
@@ -205,8 +205,12 @@ static char *default_variables[] =
#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)",