]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.
authorKelley Cook <kcook@gcc.gnu.org>
Fri, 10 Sep 2004 03:58:50 +0000 (03:58 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Fri, 10 Sep 2004 03:58:50 +0000 (03:58 +0000)
2004-09-10  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.

From-SVN: r87274

gcc/ChangeLog
gcc/Makefile.in

index 1b7f10751dc60bd76064d80fd4a3cd9f8ea24a4a..97e445dd162f71a3aae24ce22898cec4e62d8e94 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-10  Kelley Cook  <kcook@gcc.gnu.org>
+
+       * Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.
+
 2004-09-09  James E Wilson  <wilson@specifixinc.com>
 
        * c-typeck.c (convert_for_assignment): Check that rhs has VECTOR_TYPE
index 01c771775a351a4f659440c681ad903800ae9a01..3421dba514344be7868f1def2b2a2632e44c50a8 100644 (file)
@@ -2468,7 +2468,7 @@ s-gtyp-gen: Makefile
        $(STAMP) s-gtyp-gen
 
 s-gtype: gengtype$(build_exeext) $(GTFILES)
-       $(RUN_GEN) ./gengtype
+       $(RUN_GEN) ./gengtype$(build_exeext)
        $(STAMP) s-gtype
 
 #\f