diff options
| -rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/f/Make-lang.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 61a1f52..66a13c3 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -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 diff --git a/gcc/f/Make-lang.in b/gcc/f/Make-lang.in index cefe3dc..adebe10 100644 --- a/gcc/f/Make-lang.in +++ b/gcc/f/Make-lang.in @@ -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 |
