diff options
author | Roland McGrath <roland@redhat.com> | 1992-12-22 22:31:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-12-22 22:31:16 +0000 |
commit | 02caa22338aa639985abd71ba78678a26a02d613 (patch) | |
tree | fc4960ba155294a6b558a8accd5683db5bf7a104 | |
parent | 38f78c7be197b52f931673002d14451a630b19ab (diff) | |
download | gunmake-02caa22338aa639985abd71ba78678a26a02d613.tar.gz |
Formerly default.c.~21~
-rw-r--r-- | default.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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)", |