On Wed, Oct 22, 2014 at 05:53:22PM +0200, Rainer Orth wrote:
> 2014-10-22 Rainer Orth <[email protected]>
>
> * Makefile.in (build/genmatch(build_exeext)): Add $(LIBINTL) to
Shouldn't that be build/genmatch$(build_exeext) , both in the ChangeLog and
more importantly, in the patch?
> BUILD_LIBS.
> Add $(LIBINTL_DEP) dependency.
>
> diff --git a/gcc/Makefile.in b/gcc/Makefile.in
> --- a/gcc/Makefile.in
> +++ b/gcc/Makefile.in
> @@ -2519,8 +2519,9 @@ genprog = $(genprogerr) check checksum c
>
> # These programs need libs over and above what they get from the above list.
> build/genautomata$(build_exeext) : BUILD_LIBS += -lm
> -
> -build/genmatch$(build_exeext) : $(CPPLIB) $(LIBIBERTY) \
> +build/genmatch(build_exeext) : BUILD_LIBS += $(LIBINTL)
> +
> +build/genmatch$(build_exeext) : $(CPPLIB) $(LIBIBERTY) $(LIBINTL_DEP) \
> $(BUILD_ERRORS) build/vec.o build/hash-table.o
>
> # These programs are not linked with the MD reader.
>
> --
> -----------------------------------------------------------------------------
> Rainer Orth, Center for Biotechnology, Bielefeld University
Jakub