OSDN Git Service

* Make-lang.in: Add $(build_exeext) to f/fini target
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 14:31:56 +0000 (14:31 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Nov 2000 14:31:56 +0000 (14:31 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37656 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/f/ChangeLog
gcc/f/Make-lang.in

index 61a1f52..66a13c3 100644 (file)
@@ -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
index cefe3dc..adebe10 100644 (file)
@@ -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