+Thu Feb 19 00:54:20 1998 Mumit Khan <khan@xraylith.wisc.edu>
+
+ * Make-lang.in (f77.all.build): Add exeext.
+ (f77.all.cross): Likewise.
+ (f77.start.encap): Likewise.
+
Tue Feb 10 03:13:48 1998 Richard Henderson <rth@cygnus.com>
* com.c (ffecom_ptr_to_expr) [FFEBLD_opARRAYREF]: Do upper - lower
# Top level makefile fragment for GNU Fortran. -*-makefile-*-
-# Copyright (C) 1995-1997 Free Software Foundation, Inc.
+# Copyright (C) 1995-1998 Free Software Foundation, Inc.
#This file is part of GNU Fortran.
# We need to build the runtime after libgcc.a, so as to avoid a circular
# dependence on cplib2.ready. So instead of putting it in LANGUAGES (via
# the f77 rule), it goes at the end of each all.* build rule.
-f77.all.build: g77 maybe-f2c f77-runtime
-f77.all.cross: g77-cross maybe-f2c f77-runtime
-f77.start.encap: g77 maybe-f2c
+f77.all.build: g77$(exeext) maybe-f2c f77-runtime
+f77.all.cross: g77-cross$(exeext) maybe-f2c f77-runtime
+f77.start.encap: g77$(exeext) maybe-f2c
f77.rest.encap: f77-runtime
f77.info: f/g77.info