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

2004-09-10  Kelley Cook  <kcook@gcc.gnu.org>

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

From-SVN: r87274
This commit is contained in:
Kelley Cook 2004-09-10 03:58:50 +00:00 committed by R. Kelley Cook
parent 3274deff9f
commit 5a29def169
2 changed files with 5 additions and 1 deletions

View 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

View 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
#