Commit 6ba2ab5f by Jeffrey A Law Committed by Jeff Law

Make-lang.in (f77.all.build): Add $(exeext) to binary files.

        * Make-lang.in (f77.all.build): Add $(exeext) to binary files.
        (f77.all.cross, f77.start.encap): Simliarly.

From-SVN: r16714
parent 18237274
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment