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
This commit is contained in:
parent
18237274ca
commit
6ba2ab5ff0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user