Commit 5a29def1 by Kelley Cook Committed by R. Kelley Cook

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
parent 3274deff
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
......
......@@ -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
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment