Make-lang.in (f77.all.build): Add $(exeext) to binary files.
authorJeffrey A Law <law@cygnus.com>
Tue, 25 Nov 1997 23:32:19 +0000 (23:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 25 Nov 1997 23:32:19 +0000 (16:32 -0700)
        * Make-lang.in (f77.all.build): Add $(exeext) to binary files.
        (f77.all.cross, f77.start.encap): Simliarly.

From-SVN: r16714

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

index 5672447..f15659e 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov 25 15:33:28 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * Make-lang.in (f77.all.build): Add $(exeext) to binary files.
+       (f77.all.cross, f77.start.encap): Simliarly.
+
 Fri Nov 21 09:35:20 1997  Fred Fish  <fnf@cygnus.com>
 
        * Make-lang.in (stmp-f2c.h): Move inclusion of F77_FLAGS_TO_PASS
index 4ffda20..6045ec8 100644 (file)
@@ -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