Commit ed5db764 by David Billinghurst Committed by Jeff Law

* Make-lang.in: Add $(build_exeext) to f/fini target

From-SVN: r37656
parent fff01699
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> 2000-11-21 Andreas Jaeger <aj@suse.de>
* g77.texi (Floating-point Exception Handling): Use feenableexcept * 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 ...@@ -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/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$(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) \ $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o f/fini$(build_exeext) \
f/fini.o f/proj-h.o f/fini.o f/proj-h.o
......
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