]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Make-lang.in (f77.all.build): Add exeext.
authorMumit Khan <khan@xraylith.wisc.edu>
Wed, 18 Feb 1998 23:53:44 +0000 (23:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 18 Feb 1998 23:53:44 +0000 (16:53 -0700)
        * Make-lang.in (f77.all.build): Add exeext.
        (f77.all.cross): Likewise.
        (f77.start.encap): Likewise.

From-SVN: r18103

gcc/f/ChangeLog.egcs
gcc/f/Make-lang.in

index 7ab87128615086b52b61d4d9ac5b22061a2b2e67..ab292e5ffdd6e5efe9c0dd18b464651c26db7f6e 100644 (file)
@@ -1,3 +1,9 @@
+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
index 6ba634fe69804418d4d64a71489e65b5e5cd5fd1..47dd28358f6e0718fe299240d5a156f8157d6b6f 100644 (file)
@@ -1,5 +1,5 @@
 # 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.
 
@@ -334,9 +334,9 @@ f/runtime/libU77/Makefile: stmp-f2c.h
 # 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