* Make-lang.in: Add $(build_exeext) to f/fini target
From-SVN: r37656
This commit is contained in:
parent
fff016992c
commit
ed5db764d5
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-11-21 David Billinghurst <David.Billinghurst@riotinto.com)
|
||||
|
||||
* Make-lang.in: Add $(build_exeext) to f/fini target
|
||||
|
||||
2000-11-21 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* g77.texi (Floating-point Exception Handling): Use feenableexcept
|
||||
|
|
|
@ -136,7 +136,7 @@ f/str-op.h f/str-op.j: f/fini$(build_exeext) f/str-op.fin
|
|||
f/str-ot.h f/str-ot.j: f/fini$(build_exeext) f/str-ot.fin
|
||||
./f/fini$(build_exeext) $(srcdir)/f/str-ot.fin f/str-ot.j f/str-ot.h
|
||||
|
||||
f/fini: f/fini.o f/proj-h.o
|
||||
f/fini$(build_exeext): f/fini.o f/proj-h.o
|
||||
$(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o f/fini$(build_exeext) \
|
||||
f/fini.o f/proj-h.o
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue