OSDN Git Service

2004-09-10 Kelley Cook <kcook@gcc.gnu.org>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 2004 03:58:50 +0000 (03:58 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Sep 2004 03:58:50 +0000 (03:58 +0000)
* Makefile.in (s-gtype): Add $(build_exeext) to gengtype command.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87274 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 1b7f107..97e445d 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 01c7717..3421dba 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