aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1b7f107..97e445d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 01c7717..3421dba 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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
#